From 02653ab40d93fb7e6d07edb747fe0e07c5d60c74 Mon Sep 17 00:00:00 2001 From: thing1 Date: Thu, 30 Jan 2025 12:49:01 +0000 Subject: did many new things --- comp/work/41/starter.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 comp/work/41/starter.txt (limited to 'comp/work/41/starter.txt') diff --git a/comp/work/41/starter.txt b/comp/work/41/starter.txt new file mode 100644 index 0000000..e7328a1 --- /dev/null +++ b/comp/work/41/starter.txt @@ -0,0 +1,5 @@ +1) bundling data with relevant functions to do with the data +2) a class is the blueprint for an object, it will contain atributes (variables), and methods (functions) that can be used to manipulate/set or retrive the atributes +3) an object is the instance of a class in memory, it can be treated as a variable +4) this is the creation of an object from a class, it will often contain an initilization function to allow for it to have starting values +5) inheritence is the concept of creating a subclass that contains the same methods and atributes as an existing object and more data, it is a derived class -- cgit v1.2.3