vindhya


{ City } hyderabad
< Country > india
* Profession * fresher
User No # 93281
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 3
Users Marked my Answers as Wrong # 0
Questions / { vindhya }
Questions Answers Category Views Company eMail




Answers / { vindhya }

Question { IBM, 8758 }

which access modifier we can declare the abstract class?


Answer

the access modifier of the abstract method should be same in
both the abstract class and its derived class. If you
declare an abstract method as protected, it should be
protected in its derived class. Otherwise, the compiler will
raise an error
and an abstract class can't be private..becz private members
can't be inherit.

Is This Answer Correct ?    3 Yes 0 No