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
Whats new features in Visual Studio 2012?
How is the using() pattern useful? What is idisposable?
What is an interrupt? : .NET Architecture
Explain pipelining? : .NET Architecture
what are the fundamental and common properties of .net controls?
What does this do? Gacutil /l | find /i "corillian"
Explain difference between machine config vs. Web config? : .NET Architecture
What are the options provived by vss to the user? how it will help us while delevoping application?
What is cookie less session?
Define a virtual memory? : Dot net architecture
Explain about code access security?
Explain the race around condition? : Dot net architecture
What is a virtual memory? : Dot net architecture
Explain about cookie less session state? : .NET Architecture
What are end points, contract, address and bindings?