Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chapter 7: Classes & Iterators #9

Open
chrisoemma opened this issue May 19, 2020 · 1 comment
Open

Chapter 7: Classes & Iterators #9

chrisoemma opened this issue May 19, 2020 · 1 comment
Assignees
Labels
class notes New class notes or request

Comments

@chrisoemma
Copy link
Collaborator

Please write a summary of Classes & iterators in terms of questions

@chrisoemma chrisoemma added the class notes New class notes or request label May 19, 2020
@Oswaldgerald
Copy link

  1. 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).

  1. What are classes

  2. 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

  3. What is an object in a class ..?

  4. Instance attributes..? or (Constructor in python)

    • whats so special about self keyword
  5. 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..?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
class notes New class notes or request
Projects
None yet
Development

No branches or pull requests

2 participants