Preparation for interview

less than 1 minute read

  • What is the different between int and float?

    int: 4 bytes

    float: 4 bytes

Object Orient Programming

  • What is a clase?
  • What is an object?
  • What is the different between a class and an object?
  • What is the different between abstraction and inheritance?
  • What is the different between encapsulation and abstraction?

Updated: