Why we use NEW operator when we create Object,While in C++ we
donot ?
Answer / kaiwalya
it is for allocating a memory to newly created object.object get place in memory.
| Is This Answer Correct ? | 2 Yes | 1 No |
how to get second highest salary from a employee table and how get a 5th highest salary from a employee table by using proc sql?
what is difference between c and C#
hi viewers, tell me,what is scripting and programming, define and difference...pls
Why we use NEW operator when we create Object,While in C++ we donot ?
Who is the Best SAS/Clinical Trainer in Hyderabad
When will you use shell script/Perl ahead of C/C++?
How Many versions are there in crystal reports
plz send me NIC Scientific Officer /Engineer-SB(Programmer) previous question paper or syllabus
SAS using companies in INDIA
29 Answers Bank Of America, Cap Gemini, Hyundai, IBM, KO, Sristek, TCS, Wipro, WNS,
What is good attributes of Programming language ?
hi friends please tel me how to handle the recovery manager(All i.e PopUp ,Application Crach ,Object state,etc) in QTP
what is the main usage of an abstract keyword?please follow the program class A { void display() { System.out.println("hai"); } void print() { } } class B extends A { void print() { System.out.println("Hello"); } } In this program i was gives the implementation of print() according to my requirements in subclass.And there is no definition in superclass then why we can use abstract keyword before a method that i want to gives definition in other classes,is any mistakes in the above usage of method?