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
harry code
NA
124
22.8k
Passing parameters for multiple constructors usng single obj
Mar 12 2018 5:13 AM
Hi,
I want to pass parameters to multiple constructors of different class with the help of a single instance of child class.Can i call them???
My code looks like this:
class parent1
{
public parent1()
{
}
}
class parent2
{
public parent2():parent1
{
}
}
class parent3:parent2
{
public parent3()
{
}
}
class child
{
static void Main()
{
child c=new child(10,20,30);
}
}
Reply
Answers (
1
)
How to print selected checkbox in datagridview and in case n
WebException: The remote name could not be resolved: 'https'