What happens if main method is declared private
What happens if main method is declared private Answer: Anything other than public program will…
Read MoreWhat happens if main method is declared private Answer: Anything other than public program will…
Read MoreCan we write abstract class without method If yes what is use Answer: Yes. An…
Read MoreCan you instantiate abstract class Answer: An abstract class is a class that is declared…
Read MoreCan you use abstract and final both with method Answer: No. The abstract method in…
Read MoreCan there be any abstract method without abstract class Answer: No. If a class includes…
Read MoreWhat is abstract method Answer: An abstract method is a method that is declared without…
Read MoreCan you create object of abstract class Answer: Abstract classes cannot be instantiated and to…
Read MoreWhat is use of abstract variable Answer: The idea of abstract classes is that they…
Read MoreCan you declare abstract class final Answer: No the class can be either abstract or…
Read MoreWhat is Abstract Class and what is use Answer: An abstract class is a class…
Read More