Can an interface inherit a class?
No Answer is Posted For this Question
Be the First to Post Answer
What is and I oop mean?
features of OOPS
22 Answers Ness Technologies, Satyam,
What is persistence in oop?
Can we create object of interface?
what is difference between thread and programme.
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)
Which type does string inherit from?
what is data abstraction with example.
tell about copy constructor
Conversion from a basic type to a class type may be achieved using______________
what are the different types of qualifier in java?
Why is abstraction used?