what is the main difference between c and c++?
Answer Posted / santosh kumar
the main difference between c and c++ is c++ is more user
freindly when compared to c. even though c++ is a more
advanced language than c we have to make a note that it is
derived frm c and even now c has its own importance in
programing
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What language is oop?
What is the difference between static polymorphism and dynamic polymorphism?
What are the features of oop?
What is polymorphism explain?
What are the components of marker interface?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What do you mean by abstraction?
What is a class in oop?
What is the types of inheritance?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
Why do we use polymorphism in oops?
What are constructors in oop?
Why is abstraction needed?
Why do we need polymorphism in c#?
What is destructor example?