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
Are primitives objects?
Difference between Linked list and Queue?
How do you add spaces in java?
what do you mean by classloader?
Give differences between Quicksort &Mergesort. When should these sorts be used andwhat is their running time in java?
What is a parameter in simple terms?
Is alive in java?
Which class represents the socket that both the client and server use to communicate with each other?
Why do we need data serialization?
What is finalize() function in java?
What is thread pool? How can we create thread pool in java?
What 4 doubled?
Give an example of call be reference significance.
Can list be final in java?
Can a class be final?