0
Help! Topic: inheritance, derived classes in C++. CAN someone explain the error" calling a private constructor, has_abs is priv
4 Respuestas
+ 1
class Plane : public Vehicle {
Public:
Plane(const std::string &name, const
0
Mention public keyword in class plane
This error occurred because all the members of class plane are private
0
Vijay Raj Jain where exactly bro...just before bool has_abs?
0
Vijay Raj Jain you are an angel thank you