TODAY JAVA SCHOOL

In java school, programming, design, computer general knowledge, web application, software, web services, social media, digital marketing, oops, concept of programming language, oops feature, console media, graphics medium, first programming, c, c ++ , Java, PHP, SQL, MySQL, HTML, HTML_5, J_query, JavaScript, Bootstrap, Framework, images with logos, examples, shared and explained.

https://www.amazon.in/b?node=26373545031&linkCode=ll2&tag=1234567801cdb-21&linkId=3b9882431b00409b44141e0344b35a15&language=en_IN&ref_=as_li_ss_tl

Breaking

Thursday, 21 May 2020

Benefits Of C++ Over C Language | Benefits Of C++ Over C Language In Hindi

Benefits of C++ over C Language


The major difference being OOPS concept, C++ is an object oriented language whereas C language is a procedural language. Apart form this there are many other features of C++ which gives this language an upper hand on C laguage.

 

Following features of C++ makes it a stronger language than C:

1.    There is Stronger Type Checking in C++.

2.    All the OOPS features in C++ like Abstraction, Encapsulation, Inheritance etc makes it more worthy and useful for programmers.

3.    C++ supports and allows user defined operators (i.e Operator Overloading) and function overloading is also supported in it.

4.    Exception Handling is there in C++.

5.    The Concept of Virtual functions and also Constructors and Destructors for Objects.

6.    Inline Functions in C++ instead of Macros in C language. Inline functions make complete function body act like Macro, safely.

7.    Variables can be declared anywhere in the program in C++, but must be declared before they are used.

image Benefits Of C++ Over C Language
Fig: Benefits Of C++ Over C Language

No comments:

Post a Comment