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 function prototyping?
What are arithmetic operators?
What are member functions used in c++?
What is abstract class in c++?
What are destructors?
Explain the pure virtual functions?
Explain the concept of dynamic allocation of memory?
What is constructor in C++?
How do we balance an AVL Tree in C++?
What's the "software peter principleā?
Write a program to add three numbers in C++ utilizing classes.
What's c++ used for?
What is abstraction with real time example?
What is lvalue?
How to give an alternate name to a namespace?