Answer Posted / dng
c is procedural oriented language and C++ is a object
oriented language.
In C++ we can create object and its properties where as in C
functions are used.
| Is This Answer Correct ? | 100 Yes | 9 No |
Post New Answer View All Answers
What are the two different types of polymorphism?
What is the example of polymorphism?
What polymorphism means?
What is abstraction in oop with example?
What is the difference between a mixin and inheritance?
What is encapsulation in oops?
What is protected in oop?
What are properties in oop?
What does <> mean pseudocode?
why reinterpret cast is considered dangerous?
What is the main purpose of inheritance law?
Why it is called runtime polymorphism?
What is difference between multiple inheritance and multilevel inheritance?
What is purpose of inheritance?
can inline function declare in private part of class?