what is the main difference between c and c++?
Answer Posted / ketan
c is a topdown approach while c++ is bottom up approach
| Is This Answer Correct ? | 2018 Yes | 307 No |
Post New Answer View All Answers
What does I oop mean?
What is inheritance and how many types of inheritance?
Why we use classes in oop?
Why multiple inheritance is not allowed?
Explain virtual inheritance?
What is overloading and its types?
What is purpose of inheritance?
What is encapsulation example?
What is difference between oop and pop?
Which method cannot be overridden?
How do you achieve polymorphism?
What are the 5 oop principles?
How do you explain polymorphism?
Can you inherit a private class?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)