Get premium membership and access questions with answers, video lessons as well as revision papers.

What is a general class and what is its general form in a C++ computer program?

      

What is a general class and what is its general form in a C++ computer program?

  

Answers


Davis
A generic class defines all operations that relate to that class,but the actual data is specifed as a parameter when an object of that class is created.example
template class class-name
{
//...
}
Githiari answered the question on February 5, 2018 at 11:50


Next: What is a generic function and what is its general form in a C++ computer program?
Previous: Discuss hardware factors for choosing an operating system?

View More Computer Studies Questions and Answers | Return to Questions Index


Learn High School English on YouTube

Related Questions