what is the main difference between c and c++?
Answer Posted / subbu
c is not object oriented but c++ is object oriented.c is a
topdown approach while c++ is bottom up approach.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you answer polymorphism?
What is object and example?
What does oop mean in snapchat?
Why do we use encapsulation in oops?
Is oop better than procedural?
What is solid in oops?
What is inheritance and how many types of inheritance?
what is graphics
What polymorphism means?
What is basic concept of oop?
What does and I oop and sksksk mean?
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 a superclass in oop?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
Why do we use polymorphism in oops?