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 while and do while loop? Explain with examples.
What is pure virtual function?
Write bites in Turbo c++ Header ("Include") Files.
What is an inclusion guard?
What is purpose of new operator?
Do you know the problem with overriding functions?
What is the outcome of cout< a) 16 b) 17 c) 16.5
What is pair in c++?
Mention the purpose of istream class?
Write about the local class and mention its use?
What are the advantages of using pointers in a program?
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
What does int * mean in c++?
What are virtual constructors/destructors?
What are default parameters? How are they evaluated in c++ function?