what is the main difference between c and c++?
Answer Posted / ano
c does not contain class but c++ contains class,in the main
function itself c++ have the return value........
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Can abstract class have normal methods?
What is the difference between procedural programming and oops?
What is class and object in oops?
What is the point of polymorphism?
When not to use object oriented programming?
when to use 'mutable' keyword and when to use 'const cast' in c++
What is meant by multiple inheritance?
What are main features of oop?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What does no cap mean?
What is encapsulation in ict?
What is the use of oops?
What are objects in oop?
what are the ways in which a constructors can be called?
What is polymorphism explain?