Answer Posted / hari krishna
All the classes including the abstract classes can have
constructors.Abstract class constructors will be called
when its concrete subclass will be instantiated.
Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Are arrays primitive data types?
What is string syntax?
What is the use of generics? When was it added to the Java development Kit?
What is the meaning of variable in research?
What is difference between static class and normal class?
What are local variables?
Can list be final in java?
What is the maximum size of arraylist in java?
Which is illegal identifier in java?
Difference between string s= new string (); and string s = "abv";?
Give a brief description of java socket programming?
How does java enable high performance?
Is null function in java?
What is currentthread()?
1.IN CASE OF DYNAMIC METHOD DISPATCH WHY WE USE REFERENCE VARIABLE,WE CAN USE THE DIFFERENT DEFINED OBJECT DIRECTLY TO ACCESS THE DATA MEMBER AND MEMBER FUNCTION OF THAT RESPECTIVE CLASS?WHAT IS THE MAIN FUNCTION OF "REFERENCE VARIABLE" HERE?