Visual Basic is an event-driven programming language from Microsoft for its COM (Component Object Model) programming model. The Visual Basic programming language was a very successful programming language. Modern day Visual Basic is based on the .NET framework and known as Visual Basic .NET or VB.NET. Initially there was the BASIC (Beginner’s All Purpose Instruction [...]
Tags: Language, Programming, Visual Basic
Category: More programming languages | 0 Comments »Haskell is a functional programming language which is very different from other programming languages which are in use like C, Java, etc. The fundamental difference between a functional programming language and an imperative language is that in an imperative language there is a logical sequence of steps that is followed and the language is compiled [...]
Tags: Haskell, Language, Programming
Category: More programming languages | 0 Comments » C++ is one of the most versatile compiled languages that exist today. It has the capability to take on simple tasks as mathematical calculations to more complex fully fledged enterprise applications. It is the first language that most people learn when they start programming. C++ has been derived from C. The major difference between [...]
Tags: C++, Language, Programminng
Category: More programming languages | 0 Comments »