ASP.net and WCF some clarification on "overriding"
- by nettguy
Recently I faced few interview questions.The interviewer asked the to give the detailed answer.
1)Can we override a WCF service (Its is not OOPS overriding) ?.Explain the reason on either end. (WCF Related).
2)Can we override Page events (Page_Load())?.Explain reason.(ASP.NET related).
3)What is the primary responsibility of Pre_Init( page) event ,apart from user preference
setting,skinning?
4) Can we override Static methods.Explain the reason.
can anyone help me to understand the reasons?