Skip to main content
Tweeted twitter.com/StackCodeReview/status/1522999728987951110
Became Hot Network Question
removed language tag from the title
Link
t3chb0t
  • 44.7k
  • 9
  • 84
  • 191

Object-oriented Design Implementation ondesign implementation of an Elevator Sample in C#

added 165 characters in body
Source Link

The console app checks if a person has an access to a certain floor. Also, The app is in its initial stage so right now the Elevator accomodates a single person.

Although the app works. any feedback,comments, and suggestions will be greatly appreciated especially in terms of SOLID principles or OOP Design.

Although the app works. any feedback,comments, and suggestions will be greatly appreciated especially in terms of SOLID principles or OOP Design.

The console app checks if a person has an access to a certain floor. Also, The app is in its initial stage so right now the Elevator accomodates a single person.

Although the app works. any feedback,comments, and suggestions will be greatly appreciated especially in terms of SOLID principles or OOP Design.

User is beginner in OO
Link
dfhwze
  • 14.2k
  • 3
  • 40
  • 101
Source Link
Loading