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
What is the difference between java applets and applications?
What is jvm? How its run?
2) Suppose there are 5 directories having lot of files (say txt files) in each directory. 2 things :- 2.1) You want to search for filenames which have a particular pattern. 2.2) Out of these filtered files you want to search for a particular keyword or a search string. How can you achieve this?
What are keywords give examples?
How to sort an array from smallest to largest java?
Java is Pass by Value or Pass by Reference?
What are keywords in java?
How to instantiate member inner class?
Can inner class be public in java?
What is dynamic binding(late binding)?
What is the purpose of the finalize() method?
What is main in java?
How do you define a method?
how to run ecllipse with jettyserver for windows environment using batch file
How do you identify independent and dependent variables?