Answer Posted / chitresh
Interface is use where we known that all these functions
which are declared in interface is implemented somewhere if
we call that interface.and we can use abstract class where
we don't known how it is implemented in call function.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
i have two class that contain's two methods as same name in derived class i have to call these two methods what will happen at run time ?
What is the significance of delegates. Where should they be used? What are the situations where we require them?
Explain the difference between c# and vb.net?
Which is the base class for all the classes in .net framework?
What do you mean by serialization and deserialization and it's use.
What is the difference between import system.data.sqlclient and system.data.oledb?
How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?
Explain convert.tostrin?
Explain the difference between value and reference types?
What are the different variables in vb.net?
Explain option strict?
Explain public assembly?
What is multiple form in vb?
What is visual basic.net culture?
What keyword is used to accept a variable number of parameter in a method?