what are the characteristics of oops?

Answer Posted / deep

classes,objects,inheritence,polymorphism,encapsulation,abstraction,dynamic
messaging

Is This Answer Correct ?    53 Yes 13 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is interface? When and where is it used?

1658


What is overriding vs overloading?

580


what's the basic's in dot net

1733


Why do we use class?

628


Which type does string inherit from?

608






What is destructor oops?

613


What is the purpose of enum?

577


What is encapsulation and abstraction? How are they implemented in C++?

628


Question In a class, there is a reference or pointer of an object of another class embedded, and the memory is either allocated or assigned to the new object created for this class. In the constructor, parameters are passed to initialize the data members and the embedded object reference to get inialized. What measures or design change should be advised for proper destruction and avioding memory leaks, getting pointers dangling for the embedded object memory allocation? Please suggest. Question Submitted By :: Sunil Kumar I also faced this Question!! Rank Answer Posted By Re: In a class, there is a reference or pointer of an object of another class embedded, and the memory is either allocated or assigned to the new object created for this class. In the constructor, parameters are passed to initialize the data members and the embedded object reference to get inialized. What measures or design change should be advised for proper destruction and avioding memory leaks, getting pointers dangling for the embedded object memory allocation? Please suggest. Answer # 1 use copy constructors 0 Shanthila There is something to be taken care in destructor, in copy constructor, suppose the memory is assigned to the embedded member object pointer with the parameter passed value, but if some other objects of different class also are pointing to this memory, then if some one deletes the object then this class member pointer object will become dangling, or if the object is not deleted properly then there will be memory leak. Please suggest the design change required to handle or avoid this situation

1654


What does oop mean in snapchat?

676


What are the three main types of variables?

597


What is object and example?

599


Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)

3550


Please send ford technologies placement paper 2 my mail id

1647


What are different oops concepts?

568