differences between class inheritance and interface?
Answer Posted / chandra prakash
The most important technical distinction between creating a derived class and implementing an interface is that a derived class can only inherit from one base class, but a class can implement any number of interfaces.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is asp net theme?
Explain the asp.net mvc folder conventions? : asp.net mvc
What is break mode?
What is special types forms
What is the viewstate in asp.net?
Differentiate between a page theme and a global theme?
What is syntax code to send email from an asp.net application?
What is csrf attack in asp.net?
What are the two Layouts supported by a Web form in ASP.NET?
Differentiate the session object and application object?
What is the caspol.exe tool used for?
Explain difference betn dataset and recordset?
How information about the user's locale can be accessed?
Explain how dot net compiled code will become platform independent?
Why is mvc better than asp.net?