what is the main difference between c and c++?
Answer Posted / d.raji
C:it is top to bottam approach program.
C++:it is bottam to top approach program.
in c we don't use many features such as inheritence,access
specifier concept etc.,
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is coupling in oops?
What are different oops concepts?
What is abstraction oop?
How can you overcome the diamond problem in inheritance?
What is encapsulation example?
How oops is better than procedural?
Can static class have constructor?
write a program to find 2^n+1 ?
hi all..i want to know oops concepts clearly can any1 explain??
What are two types of polymorphism?
Why do while loop is used?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What is overriding in oop?
What is class and object with example?