Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

In which memory a class gets stored(in heap /in stack)? And why??

2 Answers  


What are the restrictions apply to constructors and destructors?

0 Answers  


Is c++ faster than c?

0 Answers  


What is the difference between global variables and local variable

0 Answers  


How are Structure passing and returning implemented by the compiler?

0 Answers  


Which of the following operator cannot be overloaded?

2 Answers   TCL,


What is a storage class in C++

1 Answers  


What is the difference between C and CPP?

0 Answers   iNautix,


what does the following statement mean? int (*a)[4]

0 Answers  


Is c++ slower than c?

0 Answers  


Write a corrected statement in c++ so that the statement will work properly. if (x = y) x = 2*z;

2 Answers  


given unsigned int ui1=3,ui2=7; what are the outputs of a)ui1 & ui2 b)ui1 && ui2 c)ui1 | ui2 d)ui1 || ui2 i also need the justification for the answers thank you

2 Answers  


Categories