What is Method Overriding? How to override a function in C#?
Answer / guest
Method Overriding if changing the behaviour of function in
derived class, defined in the base class.
to override a method in the derived class declare the
function virtual in the base class.
| Is This Answer Correct ? | 12 Yes | 3 No |
What is the base class of Button control?
In code behind class, name the type of code found. Is it the server side code or client side code?
Explain asp.net?
What is a formatter?
where are connection strings stored?
What is the difference between asp.net & vb.net and explain architecture?
What are the improvements made in cas in .net 4.0?
Explain the Scope of public/private/friend/protected/protected friend.
If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
How to implement datagrid in.net? How would you make a combo-box appear in one column of a datagrid? What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for datagrid methods. What is the access specifier used for that methods in the code behind file and why?
What is COM Interoperability in .NET
Explain is the jit an interpreter?