0
Member Initializers
You have a class ''Student'' with two members, "age" and "num". Fill in the blanks to initialize those members in the constructor initializer list with the corresponding values. Student::Student(int a, int b) ________age(a), num (b) { }
5 odpowiedzi
+ 3
The first one is : (colon)
and second one is num
+ 2
:
num
Are the answers
+ 2
What is the keyword for overloading an operator in C++?
+ 1
Can you plese show your attempt ?
And also can you add the language tag with your question?
+ 1
:
num