Out of 4 concepts, which 3 C++ Follow?



Out of 4 concepts, which 3 C++ Follow?..

Answer / gopesh

c++ do not follow persistence from 4 oops concept that is encapsulation,polymorphism,data abstraction,persistence

Is This Answer Correct ?    17 Yes 7 No

Post New Answer

More OOPS Interview Questions

Give two or more real cenario of virtual function and vertual object

0 Answers   TCS,


What is command routing in MFC

1 Answers   GE,


What is oops concept with example?

0 Answers  


What is object and example?

0 Answers  


i hav very low percentage in 12th n BSCwhich is around 50.......coz it was just imposed on me 2 b a science graduate,nw m doin MCA n hav aggregate 74% ....what shud i answer if company's HR ask me about dis much low previous percentage??????

3 Answers   Infosys,






Where You Can Use Interface in your Project

0 Answers   KPIT,


What is an advantage of polymorphism?

0 Answers  


what is the application of oops?

8 Answers   IBM,


what is the abstract class,interface ,its difference with a programatic eg.? hi,recently i went for an interview they ask me what is abstract class ,interface and its difference I said abstract class contain abstact method ,abstract method is a method with no body.Abstract class cannot be instantiated.Abstract class is a base class it required derived class for the implementation of method. Interface is a syntactical contract that all derived class should follow it define properties ,method,events which are known as member of interface. Then They asked me what is the difference between them. I said abstract class interface 1.abstact class can implement method 1.interface cant 2.abstact class can contain constructor, 2.interface cant destructor 3.abstract class cannot support multiple 3.interface support inheritance etc Then they said some different answer I said dont no. Then they ask me when i should make abstract class for an project and when i should make interface. I said if suppose there is two class which must be having method with different logic then we sholud make abstract class. and if suppose we have two class having method .with different logic then we can make interface . Am i correct with my explaination.if not correct me .please provide me that when should we create abstract class and interface and what is difference .please help me

1 Answers  


design class for linked list and include constructor,destructor,insert option. struct node { int node; struct node &ptr; }

1 Answers   HSBC,


How does polymorphism work?

0 Answers  


How many types of access specifier in c# and vb.net?

1 Answers   Infosys,


Categories