What is oops in programming?
Can anyone please explain runtime polymorphism with a real time example??at what ciscumstances we go for it??
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
What do you mean by multiple inheritance and multilevel inheritance? Differentiate between them.
What is multiple inheritance ?
17 Answers Blue Star, C DAC, CDAC, Impetus, Ness Technologies, Softvision Solution,
Difference between new operator and operator new
What is the point of oop?
What is the oops and benefits of oops programming?
Why do we need oop?
What is constructor in oop?
How do you achieve polymorphism?
for example A,B,C,D are class all the 4 class contain one method who() but the method who() implementaion is differnet among each class. the relation among the 4 class are A is base class and is inherited by B and C.and from this two B and C where D is inherited. the question is i want to display the output who() method in all the classes(A,B,C,D)the output of who() method is diferrent amond all the class(A,B,C,D) ------A------ virtuval who(print a) override | | who(print b) B C override who(print c) | | -------D------ override who(print d)
What is abstraction in oops?