A Child class can call constructor of its parent class through-04044
A Child class can call constructor of its parent class through __________.
This multiple choice question (MCQ) is related to the book/course vu cs304 Object Oriented Programming. It can also be found in vu cs304 Final Term - Quiz No.7.
A Child class can call constructor of its parent class through __________.
Its constructor initialization list
Its constructor body
Both from its constructor initialization list or body
Can not call the constructor of its parent class