📖 generic · 12th TN - English Medium · COMPUTER SCIENCE · Page 17definition

DATA ABSTRACTION · Part 6

Chapter 9: Front Matter · COMPUTER SCIENCE

explicitly specify what each part represents. For this problem instead of using a list, you can use the structure construct (In OOP languages it's called class construct) to represent multi-part objects where each part is named (given a name). Consider the following pseudo code: class Person: creation( ) firstName := " " lastName := " " id := " " email := " " The new data type Person is pictorially represented as Person creation ( ) first Name last Name id

Related topics

Have a question about this topic?

Get an AI answer grounded in your actual textbook — with the exact page reference.

Ask AI about this topic →