what is the main difference between c and c++?
Answer Posted / madhavendra pratap shahi
c language is procedural programming language .and
c++ is a object orient programming language . c
support top to bottom approch.but c++ support bottom
up approch. which function are used in c we can
also use these function in c++. in c++ varible
are called data member and function are called are
called member function.c++ uses concept of class.
but c not support class concet.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is encapsulation and abstraction? How are they implemented in C++?
What is purpose of inheritance?
What makes a language oop?
What do you mean by variable?
What are the 4 pillars of oop?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
Is this job good for future? can do this job post grduate student?
Are polymorphisms mutations?
What is a superclass in oop?
What is destructor example?
How do you achieve polymorphism?
How long to learn object oriented programming?
Why is polymorphism important in oop?
What is the difference between a mixin and inheritance?
What is the importance of oop?