We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cfb08d commit 83d5883Copy full SHA for 83d5883
talk/objectorientation/objectsclasses.tex
@@ -79,7 +79,7 @@
79
void MyFirstClass::squareA() {
80
a *= a;
81
}
82
- void MyFirstClass::sum(int b) {
+ int MyFirstClass::sum(int b) {
83
return a + b;
84
85
\end{cppcode*}
0 commit comments