0
Answer

Effective ways to do programming

Ziaul Haque

Ziaul Haque

17y
1.5k
1
Hi folks,

Currently I am developing an web application using ASP.NET, C# 2005. Can someone help me regarding my below question.

Which practice is better 
a) Nested if vs Multiple condition in if with ANDing/ORing
b) Interface implementation vs Virtual class implementation
c) Is it better practice to use else for every if condition?

Please reply me.