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
Andariel Sharp
NA
19
4.4k
Learning the Language
Feb 19 2015 3:50 AM
Create an interface named IRecoverable. It contains a single method named Recover(). Create classes named Patient, Furniture, and Football; each of these classes implements IRecoverable. Create each class’s Recover() method to display an appropriate message. For example, the Patient’s Recover() method might display “I am getting better.” Write a program that declares an object of each of the
three types and uses its Recover() method.
I am new to this language, it looks like they are similar to c++. so I'm trying to do c# problems like this can someone help with this? im referring to J.Farrell's book introduction to c#.
Reply
Answers (
2
)
doubt in for loop
regex