what is the main usage of an abstract keyword?please follow the program class A { void display() { System.out.println("hai"); } void print() { } } class B extends A { void print() { System.out.println("Hello"); } } In this program i was gives the implementation of print() according to my requirements in subclass.And there is no definition in superclass then why we can use abstract keyword before a method that i want to gives definition in other classes,is any mistakes in the above usage of method?
Does windows update need internet connection?
What are the tools that help to find bugs or perform static analysis?
the fundamental forces of nature are most correctly given as?
What is a meant by light object mapping?
What are the elementary tests you can run?
What is an array in people code? What is maximum dimension of an array?
How can u find reactive loads(Kvar)?
What is client concept in sapscript? What is client dependent and client independent?
Explain the complete struts validator framework.
Do search engines index alt text descriptions for jpeg and other image files?
What are covert channels ?
in non technical way how can u define POWER FACTOR??
How is apache tomcat different from apache web server?
What is a variable analysis?