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 is the difference between Java Program Constructor and Java Program Method, What is the purpose of Java Program constructor Please Explain it Breafily?
What are the differences between stringbuffer and stringbuilder?
What is the advantage of OOP in java?
Is array size fixed in java?
what is the collable collections in java?
int a=1; float b=1.0; System.out.println(a==b);
13 Answers CTS, Honeywell, McAfee,
What is the use of predicate in java 8?
What are the different types of constructor?
Which class cannot be a subclass in java?
What are different access specifiers in java? Explain
what is the difference between @include page and @include file
What is a protected class in java?