div


{ City }
< Country > india
* Profession *
User No # 36310
Total Questions Posted # 0
Total Answers Posted # 2

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

Users Marked my Answers as Correct # 16
Users Marked my Answers as Wrong # 5
Questions / { div }
Questions Answers Category Views Company eMail




Answers / { div }

Question { 14650 }

How to make a class non-inheritable other than sealed?


Answer

if we use private constructor we cant make an instance of the class, but still we can inherit it

Is This Answer Correct ?    13 Yes 5 No

Question { Mind Tree, 6488 }

What is the relationship(in oops) between codebehind and
inline code(.aspx to .aspx.cs)???
explain


Answer

Inheritance
.aspx.cs class inherits .aspx class

Is This Answer Correct ?    3 Yes 0 No