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
Tell me are there implementations for sorting and searching in the java libarary?
How to make a class or a bean serializable?
Why 1 is not a prime number?
What are scalar data types?
Why is java called the platform independent programming language?
What is the difference between the prefix and postfix forms of the ++ operator?
What is the difference between heap and stack memory?
What do you mean by scope of variable?
Is singleton a bad practice?
Which class is the superclass of all classes?
How will you load a specific locale?
How thread scheduler schedule the task?
What is prefix of a string?
Which collection is best for sorting in java?
What is bitwise complement?