what is the main difference between c and c++?
Answer Posted / sushil kumar sinha(sinha colle
*c is a structural program but c++ is a opp(object orianted
program).
*In c use for #include<stdio.h>heder file .
but c++ use for #include<iostrem.h>heder file.
*c program approch by top to bottom but
c++ program approch by bottom to top.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Describe these concepts: Polymorphism, Inheritance and Abstraction.
What is interface? When and where is it used?
What is destructor give example?
What does it mean when someone says I oop?
What is encapsulation in simple terms?
How do you answer polymorphism?
What is a superclass in oop?
How can you overcome the diamond problem in inheritance?
What is class and object in oops?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
Can you inherit a private class?
What is the difference between a constructor and a destructor?
Why polymorphism is used in oops?
How do you explain polymorphism?