instance-variables

There are 5 repositories under instance-variables topic.

  • milaan9/06_Python_Object_Class

    Object-oriented programming (OOP) is a method of structuring a program by bundling related properties and behaviors into individual objects. In this tutorial, you’ll learn the basics of object-oriented programming in Python.

    Language:Jupyter Notebook30422251
  • ClaudiaRojasSoto/Own_Enumerable

    This project implements a module in a Ruby class. The my_enumerable module implements part of the functionality of Enumerable, including the methods #all?, #any?, and #filter.

    Language:Ruby1020
  • khchuang12/Covid-Contact

    Reads input files to get contact information and stores it into a server then calculates student's risks for getting infected by COVID-19 and simulates student infections based on locations, infections and how many students it should notify

    Language:Java0100
  • Verseth/ruby-ivar_equatable

    A Ruby gem which adds a module which when included to a class enables its instances to be compared based on their instance variables.

    Language:Ruby0100
  • Dikshitharao/VariablesExample

    A simple java project to show how different variables such as static, local, final and instance variables are created and are accessed.

    Language:Java10