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
Joe Wilson
NA
7.8k
432.3k
What is the problem of inheritance in program?
Jun 9 2014 10:50 AM
Why does the compiler give error about my inheritance that student form doesn't have constructor.
Please,Guide me.
class Student:Person
{
public int Student_Number;
public string Field;
public int Average;
public int Student_ID;
public void student(int Student_Number, string Field, int Average,int Student_ID)
{
this.Student_Number = Student_Number;
this.Field = Field;
this.Average = Average;
this.Student_ID = Student_ID;
}
Reply
Answers (
32
)
How to drag picture or shapes in C#?
create form with control in runtime and save file form1.desi