Answer Posted / durgesh jaiswal
pointer is a memory variable which holds the address of another variable.........
syntax-*ptr
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is static modifier?
What is encapsulation in oops?
can inline function declare in private part of class?
which feature are not hold visual basic of oop?
Can abstract class have normal methods?
What makes a language oop?
What is interface in oop?
How long to learn object oriented programming?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What is polymorphism explain its types?
What is abstraction encapsulation?
What is overloading in oop?
What is polymorphism used for?
Are polymorphisms mutations?
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(); }