How many types of methods are generally there in a class?
Answers
Answered by
0
Answer:
Types of classes: Abstract Class: Some methods are well defined (has return type, arguments and code) and others are abstract(has return type and arguments but no code).
Explanation:
Some of common type of class in java are as following:-
1. Wrapper Class
2. Mutable Class
3. Abstract Class
4. Final Class
5. Anonymous Class
6. Input-Output Class
7. String Class
8. System Class
9. Network Class
Similar questions