when data member or member function is static is acess
specifier is considered??
Answer Posted / jag
Of course it is. A public static method might still need to
store private data or call other functions which need not
be public. Those would have to be private or protected
static.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is the difference between const and static read-only?
How to do and Apply Themes to Datagrid,Lable,Textbox,etc., in C#.NET 2005 Windows Application? (like who we will do themes in ASP.NET using .CSS and .SKIN files). Urgent!!
What is iqueryable in c#?
What is orm in c#?
List the fundamental oop concepts?
Does c# support multilevel inheritance?
What is jit (just in time)?
What are PE(Portable Executable)?
What is difference between value and reference types in C#.NET
What are the different types of constructors?
write a program to find the biggest palindrome in the given string
What is boxing? Explain its functionality?
How will you allow a class to be inherited, but prevent the method from being over-ridden?
Explain inheritance in c#?
Which property of the textbox cannot be changed at runtime?