how do u initialize the constant variables
Answer Posted / subu
const int pp = 100;
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
what are the different types of qualifier in java?
What is overriding in oop?
Which is better struts or spring?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
write a program to find 2^n+1 ?
What does and I oop and sksksk mean?
What is static modifier?
can inline function declare in private part of class?
Can we have inheritance without polymorphism?
What is the significance of classes in oop?
Can abstract class have normal methods?
What is overloading and its types?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What is data binding in oops?
What is the difference between procedural programming and oops?