Sammy
Sammy
CC#
Created by Sammy on 1/2/2025 in #help
how to add inheritance between two c# files?
No description
47 replies
CC#
Created by Sammy on 1/2/2025 in #help
how to add inheritance between two c# files?
ok thanks now i understand
47 replies
CC#
Created by Sammy on 1/2/2025 in #help
how to add inheritance between two c# files?
like this?Person person = new Person();
47 replies
CC#
Created by Sammy on 1/2/2025 in #help
how to add inheritance between two c# files?
yes
47 replies
CC#
Created by Sammy on 1/2/2025 in #help
how to add inheritance between two c# files?
so i would have to encapsulate the name in Pirate Leader and then send it to Pirate ?
47 replies
CC#
Created by Sammy on 1/2/2025 in #help
how to add inheritance between two c# files?
kind of
47 replies
CC#
Created by Sammy on 1/2/2025 in #help
how to add inheritance between two c# files?
but doesnt the arrow mean in the uml that Pirate inherits from gang?
47 replies
CC#
Created by Sammy on 1/2/2025 in #help
how to add inheritance between two c# files?
oh okay
47 replies
CC#
Created by Sammy on 1/2/2025 in #help
how to add inheritance between two c# files?
No description
47 replies
CC#
Created by Sammy on 1/2/2025 in #help
how to add inheritance between two c# files?
no its just a name
47 replies
CC#
Created by Sammy on 1/2/2025 in #help
how to add inheritance between two c# files?
what i want from the console is it to write 'The name of the pirate is John Adams' the probelm is im not sure how can i make Pirate.cs get the value name from gang.cs and print it out.
47 replies
CC#
Created by Sammy on 1/2/2025 in #help
how to add inheritance between two c# files?
the data from gangs.cs i want it to be printed out in Pirate.cs but it doesnt work
47 replies