What is Object Oriented programming.what is the difference
between C++ and C?
Answer Posted / samyukta
c is a procedural oriented lang & c++ is a oop lang
c can store upto 32 char where as c++ can store 0 to255 char
in c we won't have inheritance ,polymorphism,data hiding &
data abstraction concepts
| Is This Answer Correct ? | 51 Yes | 7 No |
Post New Answer View All Answers
When does a 'this' pointer get created?
What happens when the extern "c" char func (char*,waste) executes?
What are the various storage classes in C++?
Specify some guidelines that should be followed while overloading operators?
What does h mean in maths?
Write about all the implicit member functions of a class?
What is ctime c++?
Is it possible to have a recursive inline function in c++?
Which field is used in c++?
How do you decide which integer type to use?
What is c++ array?
How do I tokenize a string in c++?
How can I improve my c++ skills?
Is java as fast as c++?
What is the difference between #import and #include?