Trusted by millions of Kenyans
Study resources on Kenyaplex

Get ready-made curriculum aligned revision materials

Exam papers, notes, holiday assignments and topical questions – all aligned to the Kenyan curriculum.

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

Answer Attachments

Exams With Marking Schemes

Related Questions