What is
nested
class?
Answers
Answered by
1
The Java programming language allows you to define a class within another class. Such a class is called a nested class and is illustrated here:
class OuterClass {
...
class NestedClass {
...
}
}
pls mark me brainliest :)
Similar questions
Computer Science,
4 months ago
Accountancy,
4 months ago
Hindi,
4 months ago
History,
9 months ago
Biology,
9 months ago
Social Sciences,
1 year ago
History,
1 year ago