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 is %02d?
Is string a wrapper class?
How do you do math powers in java?
How does a try statement determine which catch clause should be used to handle an exception?
Write a program to find the whether a number is an Armstrong number or not?
why are there separate wait and sleep methods? : Java thread
What is the purpose of static methods and static variables?
What is a concrete classes? Is Java object class is concrete class?
Is namespace same as package in java?
What is difference between static and abstract class?
Can you give names of Container classes?
What is the difference between static (class) method and instance method?