Latest Answer: Considering the demerits of the OOPS I would say that-it is a lenthy process and takes time for coding(increases the no. of lines of code) as compared to the procedurals BUT OOPS simplifies the complex programmes and has much more advantges over its ...
Latest Answer: The main difference between both is in struc-prog the flow of program execution is based on the structure of the program written... but in oop the program basic entity is object.. object is created , which help in execution of the program....In Structured ...
Latest Answer: abstract class ...
Latest Answer: Well! the main advantage of OOPs is that it uses the concept of classes and object. which differs it totally from the POP. Due to uses of classes, it becomes more easy to divide a large program into smaller modules which can be treated separately.The ...
What are the limitation of operator overloading.Plz explain which operators cannot be over loaded and why?
Latest Answer: The answer is when instantiating an object compiler needs a correct object type. If the constructor is declared virtual then the the object type can not be resolved at compile time, and that's why it is not possible to declare a constructor as virtual. ...
Write a c++ program to accept three digits (i.e 0-9)and print all possible combinations fro these digits.(for exanple if the three digits are 1,2,3 then all possible combinations are 123,132,231,213,312,321 etc)
Latest Answer: ENCAPSULATION: It is the data binds together code and the data it manipulates and keeps them safe from outside interference and misuse. When data and code are linked together in this fashion, an object is created. In other words an object is the device ...
View page << Previous 1 [2] 3 4 5 6 7 8 9 10 Next >>

Go Top