Answer Posted / vivek kumar kanojia
C++ provides data hiding concept,using class and provide
facility for the data abstraction without showing background
details,whereas C does not support it.
C++ introduce the reusibility of code by inheritance but in
C it not avialable...
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
What is data binding in oops?
what's the basic's in dot net
What is polymorphism what are the different types of polymorphism?
What is meant by oops concept?
What are the 4 main oop principles?
What is the difference between a constructor and a destructor?
Why is polymorphism needed?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
Why is oop better than procedural?
What is interface in oop?
What are objects in oop?
Is enum a class?
What is encapsulation in oop?
What is the problem with multiple inheritance?
What is the real time example of encapsulation?