You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is OOP(Object Programming Language)..?
As according to Wikipedia
based on the concept of "objects", which can contain data, in the form of fields (often known as attributes or properties), and code, in the form of procedures (often known as methods).
What are classes
What is the Difference between function and a method.?
As the say Methods in python are very similar to functions except for two major differences. The method is implicitly used for an object for which it is called. The method is accessible to data that is contained within the class.
As for more you can check this on tutorial points
What is an object in a class ..?
Instance attributes..? or (Constructor in python)
whats so special about self keyword
What about Iterations in Python programming
simply it is repeated execution of a set of statements is called iteration
for more knowlegde we you can visit here
7.How many ways (types) of inheritance do you know..?
Please write a summary of Classes & iterators in terms of questions
The text was updated successfully, but these errors were encountered: