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
Is the milky way in a void?
Explain the difference between intermediate and terminal operations in java8?
Is 64bit faster than 32 bit?
Can an anonymous class be declared as implementing an interface and extending a class in java programming?
what is mena by object block any what is the use of that
What is the differences between heap and stack memory in java? Explain
What is string intern in java?
What is a boolean expression in java?
How does indexof work?
Explain the usage of this with constructors?
Why java is made?
Is set ordered in java?
What does it mean to flush a file?
What is autoboxing and unboxing?
What is basic syntax?