Answer Posted / chaithanya
class is called abstract data type.
why because class supports abstraction
abstraction means representing essential features without including the backround details.class contains data and functions.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Under what conditions is an object’s finalize() method invoked by the garbage collector?
What are class members by default?
Can we create our own wrapper class in java?
In case of inheritance what is the execution order of constructor and destructor?
Describe method overriding
give an example for encapsulation?
What are the types of arrays in java?
What is widening and narrowing in java? Discuss with an example.
What is constructor and its types?
Outline the major features of java.
Can a class declared as private be accessed outside it’s package?
What are constants?
Describe the Big-O Notation.
Does list maintain insertion order java?
Can I declare class as static or private?