can we make a class static without using static keyword?
Answer Posted / raja
see Shadab Alam, let me clear,first of all an outer class
can't be a static it could be either public or abstract or
final only, unfortunately Java Compiler can't allow other
than these three, so we can make any inner class as static.
and we can't make the behaviour of a class as static
without using "static" keyword. Thank u for asking this one.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What is encapsulation in oop?
Why multiple inheritance is not possible?
What is polymorphism in oops with example?
what is graphics
What is oops concept with example?
What is encapsulation with real life example?
What is multilevel inheritance explain with example?
What does enum stand for?
What is an interface in oop?
What is abstraction in oops?
What is the main feature of oop?
Why is oop better than procedural?
What language is oop?
What is the real time example of encapsulation?