what is the main difference between c and c++?
Answer Posted / shrikant
c c++
1.pop language. 1.oop language.
2.32 keywords are used. 2.48 keywords are used.
3.Top to bottom. 3.Bottom to top.
4.Declare variable is 4.Declare variable is
neccessary. not neccessary
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How does polymorphism work?
What does enum stand for?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What is abstraction in oop with example?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What are the 3 pillars of oop?
what is graphics
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What is polymorphism explain its types?
What is stream in oop?
Is react oop?
Write a c++ program to display pass and fail for three student using static member function
Why do we need polymorphism in c#?
What are the three main types of variables?
What is abstract class in oop?