9. Oop-Class A has m1 metthode Class B has m1 metthode and
C is the calss that inharits A class, A class inharits B
class. If Object dim c as new A() c.m1(), Tell me which
mettode of class will call
Answer Posted / taipi88
If Class A inherits from Class B, but has a own Method M1,
M1 from Class A overrides M1 of Class B.
If Class A only has a M1 Method by inheriting from Class B, B.M1 will Be
called. Class C doesn't Play any Roll in this scenario.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain how to develop mobile applications using microsoft mobile internet toolkit (mmit) or .net mobile? : Microsoft dot net mobile
What is gui programming? : .NET Architecture
What is the application frame host?
what is the difference between running an application with and without debugger?
how to change row background color in gridview
How can implement drag and drop using atlas?
Explain difference between state server and sqlserver? : .NET Architecture
How to prevent my .NET DLL to be decompiled?
5. Wcf- Session Managment
What do you know about machine.config file ?
Explain pipelining? : Dot net architecture
What is a managed code is dim fs as filestreamobject is a managed code? : .NET Architecture
what is polymorphism and advantage ?
What is a service class?
What is the use of web.config?