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
How do I prevent concurrent access to my data?
What does the term "green architecture" mean? : Dot net architecture
Differnce between managed code and unmanaged code ?
I am working with asp.net 2005 and Crystal report 10. I have an image field on my dataset to show on Crystal report.And the image is shows dynamically from database in image field of CR. The image field is showing well on my Crystal report on its first page with all other data but when i click to open second page of CR,it does not show any data on that.I found that this is because of adding the image field on crystal report. Because when i remove the image field from the CR then it will run both the pages of CR. I am using the Page Load event to bind CR data with Database. And i have already check with the Init event to bind CR , but it still not shows the data on second page when i use image field on that. Please give solution for that.....
what is the difference between master page and content page?
Explain about cookie less session state? : .NET Architecture
how to create applications by using Visual Studio 2012?
What is .net viewstate?
What is .net mobile lists. Explain with an example? : Microsoft dot net mobile
4. Wcf- what Asych and Sych call and how that works
What is cache coherency? : Dot net architecture
What is msil, and why should my developers need an appreciation of it if at all?
what is the difference between running an application with and without debugger?
How do I write to the application configuration file at runtime?
Explain different pipelining hazards and how are they eliminated? : .NET Architecture