Give me example of derived data types.
No Answer is Posted For this Question
Be the First to Post Answer
class A { public void disp(int a,int b) { System.out.println("hai"); } } class B { public void disp(int a,int b,int c) { System.out.println("hai"); } } above program is overloading or overriding?
What is the difference between procedural and object-oriented programs?
What is Major and importance difference between for and foreach loop ?
Which package has light weight components?
How long will it take to learn java?
What is the difference amongst jvm spec, jvm implementation, jvm runtime ?
Does it matter in what order catch statements for filenotfoundexception and ioexception are written?
In which language java is written?
What does int [] mean in java?
What modifiers may be used with a top-level class?
what is mean by overriding in which situation we wil use?
5 Answers Atlas Systems, CSC, DCPL,
What is the difference between an if statement and a switch statement?