C
C#8mo ago
DimOn4ik

❔ Plz help

I signed up for a course and I don't understand how to do the task
15 Replies
DimOn4ik
DimOn4ik8mo ago
please help me make it
TheRanger
TheRanger8mo ago
what are you talking about? we dont even know what course and what task
Anu6is
Anu6is8mo ago
$ask
MODiX
MODiX8mo ago
How to get the best help catpog Make a post in #help or one of the topic channels under Development. Avoid askingcatthinking Can anybody help catthinking Has anyone used catthinking Why doesn't my code work? C# is a big area! No one knows they can help unless you tell them about the small area you're trying to work in. Explain what you are doing, and potentially why for as much context as possible. Avoid screenshots where possible, share code directly in Discord. Type $code into chat to learn how to post code. See https://www.nohello.net and https://dontasktoask.com if you want common help chat room etiquette.
DimOn4ik
DimOn4ik8mo ago
I will tell you the task, this topic is being studied almost at the very beginning these are the Basics of object-oriented programming Using the acquired skills about OOP, implement the "Train" class. Several fields and methods should be represented in the class. Inherit two more classes from the Train class. Each derived class must have one additional method and one overridden one. As an answer, attach the cs file of the program. If several files are created, then an archive with all the files. I have tried to write code, but I have failed more than once
TheRanger
TheRanger8mo ago
failed how? can you show what you tried so far
DimOn4ik
DimOn4ik8mo ago
unfortunately I can't, I deleted everything and went to do further tasks, and now I have only this one left
TheRanger
TheRanger8mo ago
show that then
DimOn4ik
DimOn4ik8mo ago
I am writing to you because I have an hour and a half left to pass or I will be expelled
TheRanger
TheRanger8mo ago
we don't do assignments for people, we teach did you atleast learn some few fundamentals of C#?
DimOn4ik
DimOn4ik8mo ago
I know a little c# language, but for some reason I can't do tasks like this I've been studying for only 2 months
TheRanger
TheRanger8mo ago
do you atleast know how to create a class?
DimOn4ik
DimOn4ik8mo ago
yes
TheRanger
TheRanger8mo ago
start with the first objective then Using the acquired skills about OOP, implement the "Train" class.
Accord
Accord8mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts
❔ Help to Host a APIHi I've already hosted two APIs in the past, one at Oracle and the other at Google Cloud with a thr❔ OAuth2 behind a reverse proxy won't work without UseAuthentication.I setup a default individual auth project using .NET 7 Razor pages, I then set it up to use Google s❔ multiple conditions do while loopim new to programming and was wondering if you could add multiple conditions to the do while loop ❔ How to access variable from another class?I wanna access int level from ability.cs to main.cs, but I have no idea how to do that. ```{ ❔ TargetParameterCountException when trying to create a delegate from a methodI am trying to call the following private extern method via reflection: ``` [MethodImpl(MethodImplO❔ ✅ Need help to reuse RequireAuthorization() method on a different projectI was wondering if since I have project A project as the main project to have the login/register end❔ Copy files before building a projectHi all! I am trying to do a thing that but I don't know if it's possible. I have a Debug and Relea❔ Just got started with leetcode after a year of learning, I need some help...So the title says it all I guess, I started with leetcode after around a year with learning and I st❔ Publishing projectHello, I am trying to publish a WPF project with NuGet dependencies. I am trying to publish to a sin❔ Having issues placing a set of Console.WriteLine statements in the correct spotFirst, I am a beginner, so I would REALLY appreciate explanations on criticism. That way, I can unde