-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathObject.ctxt
39 lines (39 loc) · 1.79 KB
/
Object.ctxt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#BlueJ class context
comment0.target=Object
comment1.params=
comment1.target=void\ menu()
comment1.text=\r\n\ function\ to\ display\ menu\r\n
comment10.params=
comment10.target=void\ control()
comment10.text=\r\n\ function\ to\ display\ controling\ of\ members\ of\ a\ class\ in\ another\ class\r\n
comment11.params=
comment11.target=void\ constructor()
comment11.text=\r\n\ function\ to\ display\ details\ of\ constructors\r\n
comment12.params=
comment12.target=void\ main()
comment12.text=\r\n\ main\ function\r\n
comment2.params=
comment2.target=void\ process()
comment2.text=\r\n\ Function\ to\ display\ details\ of\ process\ oriented\ programming\r\n\ meaning\r\n\ examples\r\n\ limitations\r\n
comment3.params=
comment3.target=void\ object()
comment3.text=\r\n\ function\ to\ display\ details\ of\ object\ oriented\ programming\r\n\ meaning\r\n\ examples\r\n\ advantages\r\n
comment4.params=
comment4.target=void\ represent()
comment4.text=\r\n\ function\ to\ represent\ real\ world\ object\ in\ object\ oriented\ programming\r\n
comment5.params=
comment5.target=void\ concept_class()
comment5.text=\r\n\ function\ to\ display\ concept\ of\ class\ in\ object\ oriented\ programming\r\n
comment6.params=
comment6.target=void\ concept_object()
comment6.text=\r\n\ function\ to\ display\ concept\ of\ object\ in\ object\ oriented\ programming\r\n
comment7.params=
comment7.target=void\ memory()
comment7.text=\r\n\ function\ to\ display\ memory\ allocation\r\n
comment8.params=
comment8.target=void\ accessing_member()
comment8.text=\r\n\ function\ to\ display\ accessing\ member\ of\ a\ class\ using\ object\r\n
comment9.params=
comment9.target=void\ accessing()
comment9.text=\r\n\ function\ to\ display\ accessing\ member\ variables\ of\ a\ class\ in\ another\ class\r\n
numComments=13