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 polymorphism what is it for and how is it used?
What is polymorphism used for?
What is byval and byref? What are differences between them?
What polymorphism means?
What is oops and its features?
Can static class have constructor?
How can you overcome the diamond problem in inheritance?
How do you explain polymorphism?
What is difference between multiple inheritance and multilevel inheritance?
write string class as your own class in java without using any built-in function
What is the difference between a constructor and a destructor?
What is destructor example?
What is encapsulation with example?
How do you define social class?
What is the difference between a mixin and inheritance?