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
Maha
NA
0
325.3k
Class and Type
Aug 28 2012 8:54 AM
Please tell me whether class can be considered as a type (
int, double
& so on). In the 2nd example shows Student type and payingStudent variable.
1)
public static void
Main()
{
Student
payingStudent =
new
Student
();
}
2)
public static void
Main()
{
Student
payingStudent;
payingStudent =
new
Student
();
}
Reply
Answers (
2
)
What happens if we use Execute NonQuery with select Query?
File Numbering Issue, files number not being updated...