what is encapulation?

Answer Posted / guest

The wrapping of data and its member functions into a single
unit is called encapsulation.

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

qtp 9.2 14 days demo version was expired.I uninstalled how to reinstall this again

2347


I want to pass .pdf files as OlE Object to crystal report through VB6. Please any one guid me...

2592


Given an array of size n+1 which contains all the numbers from 1 to n.Find the number which is repeated in O(n) time.How do you proceed with the same with floating numbers from 0 to 1 instead of 1 to n?

604


when we use mantis? how learn mantis?

1687


how can we maintain the previous version scripts to new version.

1423






What is the difference between WebIntelligence and Designer in creating universes?

1465


How to connect to ms word wit VB ojective is to prepare s/w to generate question paper , selects questions randomly from the ms access , database

2006


write a sql qwery which include joining of two tables 4 marks mainframe

1486


Definition of Singleton Class? what is the Purpose of it? what is the advantage?

1588


Write a function which accepts a sentence as input parameter.Each word in that sentence is to be reversed. Space should be there between each words.Return the sentence with reversed words to main function and produce the required output. for eg:- i/p: jack jill jung kill o/p: kcaj llij gnuj llik

1750


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?

1889


what are the differences between CONS, LIST, and APPEND

4760


Mainly Related to Oracle, DBMS , Oracle Stored Procedures, Functions, Oracle 9i Architecture, Redo logs..., Views,

1861


I need to fetch all rows from the table based one field value in the table and later do a condition check if the condition is true I will have to move all the rows present in the data base to output file one else if the condition is not satisfied then move all the records of that field value into another file .Please let me know how to do that

1648


Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)

2226