can we access the super class method using subclass object?
Answer Posted / azeem
Yes, you can acess the super class method by using the
subclass object because the super class methods are visible
to subclasses if not overriden. If the method is overriden,
then acess the super class method by using super.methodname
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
What is a singleton in genetics?
What is the purpose of using javap?
Explain about wait() method?
What is the largest data type in java?
What is skeleton and stub?
What is this () in java?
Can you override a final method?
What is java util concurrentmodificationexception?
What are the restrictions imposed by a Security Manager on Applets?.
What is methodological theory?
Which is bigger float or double?
Explain the difference between serializable and externalizable in java?
Enlist diffrent types of inheritance supported by java?
What is increment in java?
Differences between traditional programming language and object oriented programming language?