-->
class Address { String name; Srting House_no; String Street_name; } class LatestAddress extends Address { String City; String State; String Country; } public class EmpAddress { public static void Main() { LatestAddress la = new LatestAddress(); } }
Thanks for reading C# Oop's Concept
Please do not enter any spam link in the comment box.
No comments:
Post a Comment
Please do not enter any spam link in the comment box.