what is Abstract DataType?
Answer / 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 |
What are the different access modifiers available in java?
How can we create objects if we make the constructor private ?
Differentiate jar and war files?
What are static variables and functions?
How do you use equal in java?
What is the relationship between class and object?
What is unicode datatype?
What is the use of inner class?
What are thread safe functions?
What are the restrictions imposed on method overriding?
What is computer compiler?
Why are generics used?