What is methods in oop?
No Answer is Posted For this Question
Be the First to Post Answer
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
In which Scenario you will go for Interface or Abstract Class?
1 Answers InfoAxon Technologies,
Child cObj = new Parent() Wahts the output ?
What is oops?what is its use in software engineering?
what is 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)
what is multi level inheritance give n example ?
13 Answers HDFC, Hulas Steel, Ness Technologies,
What is pointer in oop?
When a private constructer is being inherited from one class to another class and when the object is instantiated is the space reserved for this private variable in the memory??
Whats is abstraction in oops?
What does the keyword "static" mean?
What is basic concept of oop?