Which of the following is an error:
a) referencing a private attribute of a class in a member function
b) failing to include the .cpp file
c) calling a member function without the dot notation outside the class
d) putting a semicolon after the class definition
c) calling a member function without the dot notation outside the class
Computer Science & Information Technology