The ability to use methods without knowing the details of their contents is a feature of ____. A) abstraction B) encapsulation C) inheritance D) construction 2. A constructor may require ____. A) parameters B) methods C) objects D) inheritance 3. Design a class named CustomerRecord that holds a customer number, name, and address. Include methods to […]