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

Post New Answer

More Core Java Interview Questions

What is the difference between procedural and object-oriented programs?

0 Answers  


How do you change an int to a string?

0 Answers  


What are the 4 types of research methods?

0 Answers  


Can inner class extend any class?

0 Answers  


How to instantiate static nested classes in java?

0 Answers  






What is a vector in java?

0 Answers  


Why does java have two ways to create child threads? Which way is better?

0 Answers  


Why doesn't the java library use a randomized version of quicksort?

0 Answers  


What is api data?

0 Answers  


If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?

0 Answers   CDAC,


What is private static in java?

0 Answers  


What is difference between static method and static variable?

7 Answers  


Categories