IT/Programming
[HackerRank] Day 4: Class vs. Instance
Objective In this challenge, we're going to learn about the difference between a class and an instance; because this is an Object Oriented concept, it's only enabled in certain languages. Check out the Tutorial tab for learning materials and an instructional video! Task Write a Person class with an instance variable, age, and a constructor that takes an integer, initialAge, as a parameter. The c..
2023. 4. 17. 10:26