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?
What is bulk copy or bcp in oracle?
What are the dimensions of a 4 3 powerpoint slide?
What is dbcc? : sql server DBA
What is output caching in mvc?
Why did you decide to pursue your career at Salesforce?
How do I find my rss feed on android?
Why do sausages split lengthways, rather than around the circumference?
How can we tune a sql query to optimize the performance of a database?
What is the difference between subquery and correlated query?
how to answer for the question what is your strength and weakness?
To create a localized application which namespaces are necessary?
Explain how groovy string is expressed?
Explain about struts?
What getfacadeaccessor method does?