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
Write a program to find the whether a number is an Armstrong number or not?
What is bifunction in java?
What is the difference between logical data independence and physical data independence?
what is the difference between preemptive scheduling and time slicing? : Java thread
How does marker interface provides functionality to the implemented class ? or How dose maker interface gets the functionalities as serialization or cloning.
What is the difference between choice and list?
What does the exclamation mark mean in java?
What is thread safe in java?
what is the purpose of using rmisecuritymanager in rmi?
class test { private static void main(String []adsf) { } } explain me that the above code is error or exception
What are the different access modifiers available in java?
What is the difference between iterator and list iterator?