i need source code for income tax program using java
inheritance
Answer / murali
yes we can,by making a new class as a friend class .
| Is This Answer Correct ? | 2 Yes | 0 No |
What is the memory leak in java?
Are arrays static in java?
What is generic type?
How many bits is size_t?
Why put method is idempotent?
What is variable in java?
Explain about anonymous inner classes ?
Can variables be used in java without initialization?
What is lazy programming?
Can we have two methods in a class with the same name?
What are Inner classes?
Can we add two byte variables and assign the result to a byte variable ? b=b1+b2 where b,b1,b2 are byte types