AMA University Answers
Login
Register
AMA OED
Courses
CS
CS-6203
Sub class is invoked when we c...
Sub class is invoked when we create the object of subclass, it by default invokes the default constructor of super class.
Super Class
Constructor
Correct
Inheritance
Super Keyword
Similar CS-6203 questions
It is a type of pattern that attaches additional responsibilities to an object dynamically. This pat...
Attributes and methods with the access modifier protected can be accessed within your class, by all...