how do u initialize the constant variables
Answer Posted / yughandhar
as for my knowledge,the constant variables are intialised by
keyword called DEFINE
Eg:
#define pie=3.14
| Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
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 difference between polymorphism and inheritance?
What is and I oop mean?
Why is static class not inherited?
write string class as your own class in java without using any built-in function
Why is abstraction needed?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What is the difference between abstraction and polymorphism?
How can you overcome the diamond problem in inheritance?
What does it mean when someone says I oop?
What is the purpose of enum?
What is this pointer in oop?
What is overloading in oop?
What does sksksk mean in text slang?
What is a function in oop?