Total Questions: 50
class studentț (int marks:):
class topper: public student(int age;)
topper (int age) (this.age=age;};
कोड class student (int marks;}
class topper: public student (int age;)
topper (int age) (this.age age;};
दिए गए कोड में OOPs की इनकैप्सुलेशन (Encapsulation) व इनहेरिटेंस (Inheritance) विशेषता इंगित किया गया है।