Assuming the definition of the class would be written in the form below ("..." m...
✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
Assuming the definition of the class would be written in the form below ("..." means some code inside of the class, and brackets indicate the beginning and the ending), what could would you write to replace "?" if you were to define a class B that is a child of a class named C and a parent of class named A?? { ... } // Java version? { ... }; // C++ version