employer cover photo
employer logo
employer logo

L&T Technology Services

Is this your company?

L&T Technology Services interview question

What are different class variables?

Interview Answer

Anonymous

16 Feb 2019

Used declare variables within a class. There are two main types: class variables, which have the same value across all class instances (i.e. static variables), and instance variables, which have different values for each object instance