Tag: oop
Found 282 results for 'oop'.
1) c++ - What is the difference between private and protected members of C++ classes?
2) c++ - What is the difference between private and protected members of C++ classes?
3) python - What are metaclasses in Python?
4) python - Using the __call__ method of a metaclass instead of __new__?
5) python - How make a singleton using Python?
6) python - What are metaclasses in Python?
7) python - Why do Python classes inherit object?
8) python - What are the differences between type() and isinstance()?
9) python - What is the meaning of single and double underscore before an object name?
10) python - Python class constructor with default arguments
11) python - Static class variables and methods in Python
12) oop - What's the difference between a method and a function?
13) oop - What is the difference between an abstract method and a virtual method?
14) c++ - How to call a parent class function from derived class function?
15) c++ - When should you use a class vs a struct in C++?
16) php - What does "->" mean/refer to in PHP?
17) javascript - How do I remove a property from a JavaScript object?
18) c++ - Dynamic Object vs Non dynamic object in C++
19) c++ - C++ Polymorphism: from parent class to child
20) c++ - Why is the C++ STL is so heavily based on templates? (and not on *interfaces*)
21) c++ - When should you use 'friend' in C++?
22) oop - Why "private" methods in the object oriented?
23) c++ - What is the difference between private and protected members of C++ classes?
24) c++ - What is the difference between protected and private?
25) python - Difference between @staticmethod and @classmethod
26) oop - What is the difference between an interface and abstract class?
27) c++ - What is the difference between private and protected members of C++ classes?
28) oop - Should you ever use protected member variables?
29) oop - Should you ever use protected member variables?
30) php - What is the difference between public, private, and protected?
31) c++ - Thou shalt not inherit from std::vector
32) c++ - Extra qualification and could not convert from ‘int’ to ‘Rational’
33) c++ - Function doesn't participate in overload resolution in inheritance
34) oop - Mutable vs immutable objects
35) c++ - C++: how to return object's set state when used as logical value
36) c++ - Why aren't (C++) virtual destructors enforced for a base class
37) c++ - Object deletion responsibility in a hierarchy of objects
38) c++ - Order of calling virtual destructors in C++
39) c# - Why not inherit from List<T>?
40) python - What does 'super' do in Python? - difference between super().__init__() and explicit superclass __init__()
41) objective-c - What is the difference between class and instance methods?
42) php - When should I use 'self' over '$this'?
43) python - What are metaclasses in Python?
44) python - What are metaclasses in Python?
45) python - What are metaclasses in Python?
46) python - Can we overload behavior of class object
47) java - Singleton using Static Members and Methods?
48) java - What is method hiding in Java? Even the JavaDoc explanation is confusing
49) java - mocking a singleton class
50) python - What is a mixin and why is it useful?