Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is a class method?



What is a class method?..

Answer / Roopali Sharma

A 'class method' (often called static method) in Python is a method that belongs to the class, not to any specific instance of the class. It can be called without creating an instance of the class and it does not have access to 'self'. Class methods are typically used for operations that do not require a specific instance.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

How do I run a python script in windows?

1 Answers  


Does Python support enums?

1 Answers  


Why python is a dynamic language?

1 Answers  


What are the differences in list and tuple?

1 Answers  


Tell me what's the process to get the home directory using ‘~' in python?

1 Answers  


Do you know the number of keywords in python?

1 Answers  


How does python compare string and int?

1 Answers  


Is python is better than java?

1 Answers  


Is python pure object oriented programming ?

1 Answers  


Why is epoch 1970?

1 Answers  


Should I learn r or python first?

1 Answers  


What is the use of enumerate() in python?

1 Answers  


Categories