135k views
3 votes
A class defined by a user (i.e., you, the programmer programmer) ... Group of answer choices might contain no data members -- only methods. might contain no user-defined methods -- only data members. will result in compiler errors if no user-defined methods -- only data -- are in the class. will result in compiler errors if no data-- only user-defined methods -- are in the class. will always have both data members and methods.

1 Answer

3 votes

Answer:

might contain no user-defined methods -- only data attributes (members).

might contain no data attributes (members) -- only methods.