what is the basic concept of c++(object oriented programing)

Answers were Sorted based on User's Feedback



what is the basic concept of c++(object oriented programing) ..

Answer / balu(nsb)

The basic concept of c++ , some of them are:
1.Data Abstraction
2.Encapsulation.
3.Modularity.
4.Polymorphism and
5.Inheritance

Is This Answer Correct ?    22 Yes 0 No

what is the basic concept of c++(object oriented programing) ..

Answer / nandkumar

As we are using classes in c++ we can share the data members
and member functions in other classes. Memory get
deallocated after the execution of program.

Is This Answer Correct ?    8 Yes 4 No

what is the basic concept of c++(object oriented programing) ..

Answer / rider

class and objects

Is This Answer Correct ?    0 Yes 0 No

what is the basic concept of c++(object oriented programing) ..

Answer / baban dongare

C++ is pure object oriented progrsmming lsngusge.It
iscompletely depends on object....

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

How do you add an element to a set in c++?

0 Answers  


Define pure virtual function?

0 Answers  


In C++ cout is: a) object b) class c) something else

11 Answers   Infosys, Lehman Brothers,


Explain data encapsulation?

0 Answers  


What is the purpose of ios::basefield in the following statement?

0 Answers  






What does floor mean in c++?

0 Answers  


What is main function in c++ with example?

0 Answers  


Where the memory to the static variables is allocated?

0 Answers  


What is the use of this pointer in c++?

0 Answers  


Are strings mutable in c++?

0 Answers  


How do you show the declaration of a virtual constructor?

0 Answers  


What is an incomplete type in c++?

0 Answers  


Categories