can we access the super class method using subclass object?
Answer Posted / muthukumari
yes, we can access the base class methods using a derived
class objects.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
How many boolean functions are there?
What do you know about the garbage collector in java?
What restrictions are placed on method overloading?
Can we have more than one package statement in the source file?
what is the difference between Object Based Language and Object Oriented Language?
Is it possible for a yielded thread to get chance for its execution again?
Why do we need strings in java?
What are the two ways in which thread can be created?
How java is similar to c?
How do you implement polymorphism in our day to day life?
What is the use of static methods?
Is math class static in java?
What is scanner in java?
When can you say a graph to be a tree?
How does thread synchronization occurs inside a monitor? What levels of synchronization can you apply?