Answer Posted / vikram naidu
basically in java we have 2 types of classes. those are user
defined classes and pre defined classes. in both we can
differentiate the classes in 3 ways. those are interfaces,
abstract classes and concrete classes. Where we can't create
the objects for the abstract class and interfaces. by using
inheritance concept we can able to create the object of the
for the derived classes and assign those objects to the base
class references(according to OOP concept).
Thank you.
| Is This Answer Correct ? | 30 Yes | 2 No |
Post New Answer View All Answers
What is quick sort in java?
How is hashcode calculated in java?
What is fail first in java?
Why java doesn’t support multiple inheritances?
What are measurable parameters?
Is integer passed by reference in java?
How transient variable is different from volatile variable?
What is arguments in java?
What are void methods?
What does replaceall do in java?
What causes memory leak in java?
What is the difference between sop and work instruction?
What are the major advantages of internal iteration over external iteration?
Discuss different types of errors that generally occur while programming.
Why do I need to declare the type of a variable in java?