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 a jit compiler?
String class is defined under which package in java?
Write a program to find maximum and minimum number in array?
What is ascii format?
What is string in java is it a data type?
Why can't you declare a class as protected?
What are classloaders?
Describe the various concepts related to object oriented programming (oop).
What are different exception types exceptions available in java ?
Is empty set an element of empty set?
Write a factorial program using recursion in java?
What is super?
What is a local, member and a class variable?
What is the purpose of nested class in java?
How does a for loop work java?