tel me oops defination in single line
Answers were Sorted based on User's Feedback
It is technik give to think of real word in term of object.
| Is This Answer Correct ? | 14 Yes | 7 No |
What is balance factor?
What is multiple inheritance ?
17 Answers Blue Star, C DAC, CDAC, Impetus, Ness Technologies, Softvision Solution,
What is object and class in oops?
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)
Example for 4 pillar of oops like, Inheritance,Poly,Abstraction,Encabsulation ?
What are the advantages of inheritance?
26 Answers IBS, TCS,
Where is pseudocode used?
What are the access specifiers avaible in c++?
what is different between oops and c++
What is polymorphism used for?
What does it mean when someone says I oop?
what is new operator in c++