can we make a class static without using static keyword?
Answer Posted / rampoojan gupta
no without static key word not define the static class..
Is This Answer Correct ? | 18 Yes | 2 No |
Post New Answer View All Answers
What are the 3 pillars of oop?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
program for insertion ,deletion,sorting in double link list
What are objects in oop?
What is encapsulation c#?
Is abstract thinking intelligence?
What is the main feature of oop?
What is class in oop with example?
What is the difference between a constructor and a destructor?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
How oops is better than procedural?
What is class and object with example?
What is a class and object?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What is static modifier?