Write a full class definition for a class named Acc1, containing containing no constructors, functions, or data members (i.e., a totally empty class ). (Note, the last character of the classname is “one” not “ell”.)
LANGUAGE: C++
CHALLENGE:
Write a full class definition for a class named Acc1, containing containing no constructors, functions, or data members (i.e., a totally empty class ). (Note, the last character of the classname is “one” not “ell”.)
SOLUTION:
class Acc1{ };