Write 7 differences between "Public" function and
"Private" function?
Answer Posted / sriram
we can't access private function to the outside of the
package simply the scope of the function is with in the
function only
| Is This Answer Correct ? | 10 Yes | 14 No |
Post New Answer View All Answers
What is class and object with example?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What are the two different types of polymorphism?
What is the oops and benefits of oops programming?
What is inheritance in oop?
How is polymorphism achieved?
When not to use object oriented programming?
What is object in oop?
What is polymorphism and types?
• What are the desirable attributes for memory managment?
Why do we use oop?
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is stream in oop?
What is static in oop?
What is the difference between procedural programming and oops?