SpiceQA
Questions
Tags
Users
Badges
access-specifier
21 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
What is the order of control flow while compiling the code for a class in C++?
user_10821123
0
•
asked Jan 28, 2021
3
2
146
control-flow
access-specifier
oop
c++
Why a friend class member can access a private member of the class it is being friend to through an object of publicly inherited class?
user_9185253
0
•
asked Jun 26, 2020
2
1
734
access-specifier
friend
inheritance
c++
Private overriden virtual functions in derived class
user_3469976
0
•
asked Oct 18, 2019
4
4
88
access-specifier
virtual-functions
private-members
inheritance
c++
What is the difference between no access specifier and public in java 9 module?
user_2830834
0
•
asked Nov 15, 2017
4
2
104
java-9
access-specifier
oop
java
C - Writing extern keyword explicitly for global variable
user_5180726
0
•
asked May 28, 2017
4
1
914
access-specifier
extern
declaration
c
Indenting issue after access specifiers in Visual Studio Express
user_3121391
0
•
asked Dec 20, 2013
10
1
726
access-specifier
indentation
visual-studio
class
c++
How to access private function of a class in another class in c#?
user_2931126
0
•
asked Dec 15, 2013
6
4
21409
access-specifier
private
function
class
c#
Public vs Private inner classes in Java
user_3079544
0
•
asked Dec 13, 2013
14
1
13048
access-specifier
inner-classes
java
Is size of the object affected by type of access-specifier and type of inheritance?
user_514235
0
•
asked Jul 5, 2011
10
1
417
access-specifier
inheritance
c++
How do I dynamically define a method as private?
user_62368
0
•
asked Sep 23, 2010
13
3
8659
access-specifier
methods
metaprogramming
ruby
1
(current)
2
3
Next
Next
Hot Questions