Why do we need oop?
No Answer is Posted For this Question
Be the First to Post Answer
is java purely oop Language?
49 Answers HCL, Infosys, TCS,
Why is polymorphism needed?
explain the concepts of oops?
whats the difference between c and c++
If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?
Write on signed and unsigned integers and give three (3) examples each
What is polymorphism explain?
Which is faster post increment or pre increment ? and in which cases should u use either - to increase speed?
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 are the ways in which a constructors can be called?
IN PROGRAMING LANGAUGE A C++ IS PURELY OBJECT ORIENTED OR NOT?
Explain the advantages of inheritance.