Answer Posted / sathya
A subclass inherits all the properties of a Super class.
A Subclass can access all the methods, variables of super
class and not vice versa.
A Subclass extends a Super class.
Is This Answer Correct ? | 110 Yes | 22 No |
Post New Answer View All Answers
What is a ?
How an object is serialized in java?
What Is Query Throttling in java?
What is hash table in java?
Should database connections be singleton?
What is static keyword?
Explain java heap space and garbage collection?
What are the two basic ways in which classes that can be run as threads may be defined?
What is a variable in java?
What is a war file?
Can inner class have constructor?
Does unicode support all languages?
What is the difference between java applets and applications?
What is compareto () in java?
what is the purpose of using rmisecuritymanager in rmi?