This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
No Answer is Posted For this Question
Be the First to Post Answer
what are the states associated in the thread? : Java thread
Explain importance of inheritance in java?
What does exp mean in math?
In how many ways we can create threads in java?
What is an off by one error in java?
What are triggers in DB? Explain their types. How do they work?
What is static binding and where it occurs?
What is the static field modifier?
What is the use of pattern in java?
How do you end a program?
What does 0 mean in boolean?
Can we use synchronized block for primitives?