TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Chandra Sekhar K
NA
142
204.9k
Multi level inheritance
Mar 15 2012 7:24 AM
Class A
{
public virtual void Add() { .....}
}
Class B : A
{
public override void Add() {.....}
}
Class C : B
{
// how to invoke Add() of class A here.
}
Reply
Answers (
1
)
Different sites in a single web page
Interface and Abstract class