Tag: class


Found 376 results for 'class'.


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) java - What does "Could not find or load main class" mean?
4) python - Why do Python classes inherit object?
5) python - Python: Dictionary as instance variable
6) python - Static class variables and methods in Python
7) c++ - Static constant string (class member)
8) c# - Constant class variable in c#
9) c++ - consts and other animals
10) c++ - When should you use a class vs a struct in C++?
11) c++ - having trouble overloading << operator within a class and the class's header
12) c++ - question regarding "this" pointer in c++
13) c++ - Template class constructor
14) python - Does Python have “private” variables in classes?
15) c++ - What is the difference between private and protected members of C++ classes?
16) c++ - What is the difference between protected and private?
17) c++ - What is the difference between private and protected members of C++ classes?
18) c++ - Enabling a static member conditionally without changing the member scope
19) c++ - Derived class specific functions, inside an overridden virtual function, being called by a base class pointer
20) c++ - Being observable
21) c++ - Why use a const member function?
22) c++ - usage of explicit keyword for constructors
23) c++ - Why my custom constructor is not called when an object is passed as a parameter?
24) c++ - Why can't I access the private variables using an inheriting class?
25) c++ - Variable inaccessible despite class inheritance?
26) php - When should I use 'self' over '$this'?
27) python - Can we overload behavior of class object
28) function - Static vs class functions/variables in Swift classes?
29) class - What is the difference between static func and class func in Swift?
30) python - How to make a class which disallows duplicate instances (returning an existing instance where possible)?
31) python - How do I call a parent class's method from a child class in Python?
32) python - What is the difference between __init__ and __call__?
33) python - What is the difference between old style and new style classes in Python?
34) python - What is the purpose of the word 'self'?
35) java - Error executing Java program : Could not find or load main class
36) python - What does (object) do next to class name in python?
37) python - Understanding Python super() with __init__() methods
38) python - What is the difference between old style and new style classes in Python?
39) python - How to warn about class (name) deprecation
40) python - Class that acts as mapping for **unpacking
41) python - How should I declare default values for instance variables in Python?
42) python - Python private class variables that aren't class variables
43) python - Printing all the attributes in a class
44) python - How to create distinct instances of a class in Python?
45) python - Python 3.5.2: a class unexpectedly changes a global variable
46) python - Python - Print method name whenever the methods of a class is called
47) .net - Want to know performance issues of Class types & access modifiers
48) c# - Is using multiple static classes with maximum one public method is a good idea
49) c# - How to argue against this "completely public" mindset of business object class design
50) class - Static properties and implicit "self" property in structures and enumerations vs classes in Swift