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?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between debugging, running, executing of an application
What is meant by spooling
Please anyone tell me coding to print prime numbers from 1 to 5000 in c#....
they asked me about srs (software requirement specifcation)? how can i get anydocumentation about srs & other documnts infomation like bdd, in testing? its urgent?
How you ll create customizing Tcode.
How to print a name "ARCHANA" in any programming language
what type of exceptions & problems are faced in production time at java technology?
Hey this is venkatesh.Please can any body tell me what is SFLNXTCHG?where we use this keyword?what perpuse we use this?Can you tell me in real time senario with example? And in 7 specification(RPG/400)what is the mandatory specification using programs?
can u help me? how do solve the transpose problem in ireport? if any one know send to eswaran_2006@yahoo.co.in
hi friends please tel me how to handle the recovery manager(All i.e PopUp ,Application Crach ,Object state,etc) in QTP
How Many versions are there in crystal reports
What is the difference between COM and CORBA?