โช Choose the correct option.
Consider the following class definitions:
class a
{
};
class b: protected a
{
};
What happens when we try to compile this class?
Consider the following class definitions:
Consider the following class definitions:
class a
{
};
class b: protected a
{
};
What happens when we try to compile this class?