|
|
|
|
|
- Reason
- Correction
- Example
- Declaring a derived class
Error 1044: The class is already derived from this class
You are trying to redefine an inheritance. The same inheritance is described twice in the same code. Delete the additional syntax. Declaring a derived class Code triggering the error Circle is Class is Drawing object is Drawing object END
Possible correction Delete the additional declaration. Circle is Class is Drawing object END
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|