Giter VIP home page Giter VIP logo

padawanstask13's Introduction

Task description

Current project contains Car.cs file. It is an example of simple class. Take a look at the example and perform the following task:

  1. Create a new Employee class in separate file

  2. Add 2 fields which contains the following information:

    • Surname
    • Age Fields must NOT be accessible from outside of the class.
  3. Add 2 contstructors to Employee class:

    • The firts contstructor without parameters
    • The second contstructor should accept 2 arguments in order to initialize a new Employee entirely
  4. Add 3 methods to Employee class:

    • The first method should NOT be accessible from outside of the class. It should return age value in string format;
    • The second method should change employee surname with new value, which must be passed to the method;
    • The third method must return employee info in the string format: "Surname: {Employee.surname}, Age: {Employee.age}"

TODO

padawanstask13's People

Contributors

annzh avatar epm-rd-netlab avatar padawanstask avatar

Watchers

James Cloos avatar Anzhelika Kravchuk avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.