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 c007755 commit 4afd3baCopy full SHA for 4afd3ba
basic_content/const/class_const/overload_example/apple.cpp
@@ -6,7 +6,7 @@ class Apple
6
Apple(int i);
7
static const int apple_number;
8
void take(int num) const;
9
- int add(int num);
+ int add();
10
int add(int num) const;
11
int getCount() const;
12
};
0 commit comments