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
sumit Gupta
NA
1
1.7k
Question on Multilevel inheritance
May 27 2013 2:12 PM
Dear Friends,
I have one question and if any one knows about it then please answer
class Base
{
public virtual void func()
{
}
}
class d1
{}
class d2 : d1
{
public override void func()
{}
}
class Program
{
public static void main()
{
d1 =d =new d2();
d.func();
}
}
Will it work ?
Please answer..
Thanks in advance.
Reply
Answers (
1
)
I am Facing Problem with Formula Selection in Crystal report
Using tilde (~) error