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


Please Help Members By Posting Answers For Below Questions

What is the difference between while and do while loop? Explain with examples.

688


What is pure virtual function?

718


Write bites in Turbo c++ Header ("Include") Files.

777


What is an inclusion guard?

742


What is purpose of new operator?

686






Do you know the problem with overriding functions?

663


What is the outcome of cout< a) 16 b) 17 c) 16.5

699


What is pair in c++?

710


Mention the purpose of istream class?

705


Write about the local class and mention its use?

729


What are the advantages of using pointers in a program?

759


What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor

784


What does int * mean in c++?

772


What are virtual constructors/destructors?

648


What are default parameters? How are they evaluated in c++ function?

767