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 can I safely assume about the initial values of variables which are not explicitly initialized?
How do you decide which integer type to use?
How can we check whether the contents of two structure variables are same or not?
program explaining feautures of c++
Which should be more useful: the protected and public virtuals?
Explain the difference between struct and class in terms of access modifier.
What is the use of object in c++?
Why cstdlib is used in c++?
What are 2 ways of exporting a function from a dll?
What are friend classes? What are advantages of using friend classes?
What are put and get pointers?
Why use of template is better than a base class?
Define vptr.
Declare a class vehicle and make it an abstract data type.
What is a c++ class?