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
What is the difference between prefix and postfix versions of operator++()?
Explain what happens when a pointer is deleted twice?
What is lvalue?
Which bit wise operator is suitable for putting on a particular bit in a number?
When should overload new operator on a global basis or a class basis?
What is switch case in c++ syntax?
Which programming language is best?
What is jump statement in C++?
What is the use of vtable?
Define pointers?
Differentiate between the manipulator and setf( ) function?
What is static in c++?
Why do we need constructors in c++?
Explain class invariant.
What is nested class in c++?