subject

Class Smart {
private:
int s;
int h;
int secrect();
public:
Smart();
Smart(int, int);
void print();
void set(int, int);
int sum();
};

class SuperSmart : public Smart
{
private:
int k;
public:
SuperSmart();
SuperSmart(int, int, int);
void print();
void set(int, int, int);
int manipulate();
};

Suppose that you have the declaration in the main function:
SuperSmart SM;
a) State base class.
b) State derive class.
c) State the numbers of data members for Smart class.
d) State the numbers of function members for SuperSmart class.
e) State the constructor for base class and derive class.
f) List ALL the private numbers of the object SM.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 21:30
Nathan wants to create multiple worksheet containing common formatting styles for his team members. which file extension him to save these worksheets? nathan to create multiple worksheets with common styles. he needs to save them with the extension.
Answers: 1
question
Computers and Technology, 23.06.2019 07:00
You need a quick answer from a coworker. the most effective way to reach your coworker is through a. cloud server b. instant message c. teleconference d. telepresence
Answers: 1
question
Computers and Technology, 23.06.2019 09:30
Name the range function that would generate the following list of integers values: 0,1,2,3,4,5.
Answers: 1
question
Computers and Technology, 24.06.2019 00:20
Describe a data structures that supports the stack push and pop operations and a third operation findmin, which returns the smallest element in the data structure, all in o(1) worst-case time.
Answers: 2
You know the right answer?
Class Smart {
private:
int s;
int h;
int secrect();
public:
Sma...
Questions
Questions on the website: 13722361