CSharphy
Showing posts with label
Runtime polymorphism
.
Show all posts
Showing posts with label
Runtime polymorphism
.
Show all posts
Sunday, 18 October 2015
Runtime polymorphism
We will declare vehicle inteface here, interface will tell what should implement not how to implement.
//Vehicle.cs
public interface Vehicle
{
void engine();
void breaks();
}
Read more »
Older Posts
Home
Subscribe to:
Posts (Atom)