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 |
Why stringbuffer is faster than string?
What is a "pure virtual" member function?
What is the purpose of using javap?
What is a java lambda expression?
Explain the purpose of garbage collection in Java?
Why enumeration is faster than iterator?
What does nextint () do in java?
What is a map in java?
What happens when you add a double value to a string?
how to accept integer array in java
Can you pass by reference in java?
Can constructor be protected in java?