An Introduction to Setting SMART Goals for Project Managers

Learn all about setting SMART goals for project managers and how SMART goals can help streamline project management in our new blog post.

Smartphone

独家优惠奖金 100% 高达 1 BTC + 180 免费旋转




Why a new language comes into a market ?

Introduction -

In this article i will explain you history of different programming language , and why a new language come into a market. why C,C++, Java, C#.NET, come into a market all that.

Why a new language come into a market ?

A new language come into a market to fulfill drawbacks of an existing language

Let start with C, we have also many language before C , C is a basic language because every developer start their programming using c that’s a reason we start from C, so question is that when we have Fortran, Pascal, Cobol already in a market then Why we need c ?

The answer is that C is a general purpose programming language, ok…but again a question arise here

What is general purpose language ?

General Purpose Language means a language which we can use to develop any type of application means using C we can develop scientific application , business Application , mathematics application .

All languages before C used for single purpose only like below

Cobol is used for — Business application only

Pascal is used for — Scientific application only

Fortran is used for — Mathematics App only

That’s a reason of Why a C come into market.

C is a general purpose language, C is sometimes referred to as a “high-level assembly language’’ developed by ‘Dennis Ritchie’ at AT &T’s Bell Laboratories in the 1972s in USA. It is also called as ‘Procedure oriented programming language.’

OK Now a new question arise here Why C++ come into Market ?

As I previously said every language come into a market to full fill drawbacks of an existing language, C language also have some drawbacks like it does not provide code re usability and security so to full fill these drawback C++ come into a market

C++ was developed by Bjarne Stroustrup of AT&T Bell Laboratories in the early 1980’s, and is based on the C language. C++ is one of the most popular programming languages and is implemented on a wide variety of hardware and operating system platforms. It is a first object oriented language.

Ohh My god.. Again a question arise What is OOP ?

OOP is nothing but a technologies based on objects which follow 4 features

FEATURES OF OOP:

C does not provide any security and code re usability that’s a reason C++ come into a market.. C++ is a first OOP language that provide code re usability and security..

Now Why a Java Come into Market ?

Actually C++ suffer from a drawback that, it is not fully OOP language.. or in other word it is Partially OOP language.. Why ?

Because C++ does not follow Encapsulation. Encapsulation says “Wrapping of data and function into a class ” but in C++ , main () function defined outside of class..

a C++ Example given below

#include <iostream>

using namespace std;

int a;

int b;

int result = a + b;

int main()

{

cout<<”Enter first number:\n”;

cin >> a;

cout <<”Enter the second number:\n”;

cin>> b;

cin.ignore();

cout<<”Result is”<<” “<<result<<endl;

cin.get();

return 0;

}

So developer of Java take it as a challenge and develop fully OOP language Java

Java is a programming language created by James Gosling from Sun Microsystems (Sun) in 1991. The first publicly available version of Java (Java 1.0) was released in 1995.

It provide code re usability and security and Platform Independence . In Java main() function defined inside a class so now we have Java then Why MS.NET Come into Market ?

MS.NET is a Plateform dependent as well as Language Independence..

MS.NET is not an alternative of Java but it is easy to learn as compared to Java.. means MS.NET is not a new language actually it is a framework which support more than 40 languages.. You don’t need to learn new skills to learn Dot NET, If you have work previously with C or C++ then you can adapt C# in MS.NET , If you already know VB then you a adapt VB.NET In MS.NET. (Shown below in More details )

C OR C++ — C#.NET

JAVA — J#.NET

VB — VB.NET

COBOL — COBOL.NET

FORTRAN — FORTRAN.NET

Now it become clear for you thats why a new language comes into a market..

Please Follow our blog to get in touch with us .. and please give your valuable comments for us

Add a comment

Related posts:

Blue Armchair

Sweet human creation, built in detail for one purpose: to lay your buttocks on it. Millions if not billions of men fought to put their asss on top of it. No matter the material: of stone, of wood, of…

Are We There Yet?

Some of the best road trips begin without a destination in mind — getting lost, exploring new places, and having unexpected adventures. But when the vehicle you’re driving is a NASA rover, accidently…

Funny Baby Doing Confusing Things 2019

Funny Baby Doing Confusing Things 2019 Link: https://www.youtube.com/watch?v=aitwv... Welcome to PAPI Vine Channel ! Have a nice day watching our content. Our channel shares the content of funny…