Skip to content

Commit 6278b0a

Browse files
committed
Corrected title string.
1 parent 8bc146a commit 6278b0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/cpp1/virtualfunctions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ int main() {
4949
superObject.Virtual2();
5050
*/
5151

52-
cout << endl << "Calling Sub Object methods" << endl;
52+
cout << endl << "Calling Sub Object methods with Sub variable" << endl;
5353
subObject.nonVirtual1();
5454
subObject.nonVirtual2();
5555
subObject.Virtual1();

0 commit comments

Comments
 (0)