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
Narasimhamurthy Jiguru
NA
24
1.4k
C#'s Object Orientation
May 31 2016 11:57 PM
In C# value types are also like objects unlike java, thus can we say in C# every thing is related to objects only and is pure object oriented language ?
class Program
{
static void Main(string[] args)
{
byte b = new byte();
Console.WriteLine(b.GetType());
Console.ReadKey();
}
}
Reply
Answers (
1
)
convert from object to ObservableCollection
Feed real time data to graph