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 java is different from c and c++?

0 Answers  


What are vtable and vptr?

0 Answers  


Does c++ have finally?

0 Answers  


How does com provide language transparency?

0 Answers  


How can a '::' operator be used as unary operator?

1 Answers  






List out some of the object-oriented methodologies?

1 Answers  


What is volatile and pragma? When they are used?

1 Answers  


What is oops in c++?

0 Answers  


Write about the stack unwinding?

0 Answers  


What is the difference between function overloading and operator overloading?

0 Answers  


How does class accomplish data hiding in c++?

0 Answers  


What are arrays c++?

0 Answers  


Categories