<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>CS REVISON units 7/8 by Simonetta</title>
      <link>https://padlet.com/simonetta_v/g78g4xuuph4i</link>
      <description>Computer languages and programming </description>
      <language>en-us</language>
      <pubDate>2018-09-24 08:23:40 UTC</pubDate>
      <lastBuildDate>2025-04-14 22:20:12 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet-assets.s3.amazonaws.com/icons/Diskette.png</url>
      </image>
      <item>
         <title></title>
         <author>simonetta_v</author>
         <link>https://padlet.com/simonetta_v/g78g4xuuph4i/wish/387822198</link>
         <description><![CDATA[<div>Write here your own definitions and share with the class </div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/88493498/08d6c5641ef0bc77f6c0bba314bba570/media.jpeg" />
         <pubDate>2019-09-22 18:19:54 UTC</pubDate>
         <guid>https://padlet.com/simonetta_v/g78g4xuuph4i/wish/387822198</guid>
      </item>
      <item>
         <title>Definitions</title>
         <author></author>
         <link>https://padlet.com/simonetta_v/g78g4xuuph4i/wish/388016011</link>
         <description><![CDATA[<div>Filippo Catto<br>1.An object an be a days, a function or a variable and it refers to a instance of a class<br>2.A class is used to create object, it’s used in object-oriented programming<br>3.An instance is the process who create an object<br>4.<br>5.<br>6.<br>7.<br>8.</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-09-23 08:48:49 UTC</pubDate>
         <guid>https://padlet.com/simonetta_v/g78g4xuuph4i/wish/388016011</guid>
      </item>
      <item>
         <title>Definitions </title>
         <author>sheshi_mateo01</author>
         <link>https://padlet.com/simonetta_v/g78g4xuuph4i/wish/388017733</link>
         <description><![CDATA[<div>Sheshi, Baillaoui<br>1) An object is a thing that has attributes and methods. <br>2) A class is a group of objects. <br>3) An object defined in the main. <br>4) A method is an action with parameters of the class. <br>5) Encapsulation is a technique of programming. <br>6) <br>7) Is the interface that the user can interact with. <br>8) IDE is a program that makes the work simple. <br>9) </div>]]></description>
         <pubDate>2019-09-23 08:53:06 UTC</pubDate>
         <guid>https://padlet.com/simonetta_v/g78g4xuuph4i/wish/388017733</guid>
      </item>
      <item>
         <title>Mattia Vicenzotto</title>
         <author>mattia_vicenzotto_kennedy</author>
         <link>https://padlet.com/simonetta_v/g78g4xuuph4i/wish/388019779</link>
         <description><![CDATA[<div>Object: it's an instance of a class<br>Class: it's a template with attributes and methods that describes how an object works<br>Instance: it's the name of the object when is created runtime<br>Method: it's a function of the class, it can modify the attributes and other things<br>Encapsulation: it's a way of protecting data in a class<br>Abstraction: it's an attribute or a method that is created but it's not usable in the same class it's created<br>GUI: it's the interface that the costumer sees when using a program<br>IDE: it's a tool that the programmer uses to facilitate his work<br>Logical programming languages: I don't know</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-09-23 08:58:07 UTC</pubDate>
         <guid>https://padlet.com/simonetta_v/g78g4xuuph4i/wish/388019779</guid>
      </item>
      <item>
         <title>Gjana Fabbretto </title>
         <author></author>
         <link>https://padlet.com/simonetta_v/g78g4xuuph4i/wish/388020387</link>
         <description><![CDATA[<div>1 istance of a class <br>2 category of things having some property or attribute    in common<br>3 concrete occurrence of any object during the run time<br>4 functions that allow you to perform actions on class objects<br>5 the action of enclosing something in or as if in a class<br>6  is a process of hiding the implementation details<br>7  allows users to interact with the program <br>8 <br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2019-09-23 08:59:38 UTC</pubDate>
         <guid>https://padlet.com/simonetta_v/g78g4xuuph4i/wish/388020387</guid>
      </item>
      <item>
         <title>Definitions (Piccin Nazareno)</title>
         <author>piccinnazareno01</author>
         <link>https://padlet.com/simonetta_v/g78g4xuuph4i/wish/388020393</link>
         <description><![CDATA[<div>1) An instance of a class<br>2) An abstract definition of a data type that has its own attributes and methods<br>3) A  concrete occurrence of an object during runtime<br>4) A function of a class, defines a procedure<br>5) Principle of OOP that restricts direct access to some attributes or methods (by declaring them as private or protected)<br>6) The process of modelling something that works in the general situation by focussing only the relevant information<br>7) It's the interface that the user can interact with (by clicking on icons, buttons, ecc)<br>8) A software used by programmers to debug, write code and compile programs<br>9) Rule-based programming languages</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-09-23 08:59:39 UTC</pubDate>
         <guid>https://padlet.com/simonetta_v/g78g4xuuph4i/wish/388020393</guid>
      </item>
      <item>
         <title>De Leo Alex</title>
         <author>alexdeleo_italy_01</author>
         <link>https://padlet.com/simonetta_v/g78g4xuuph4i/wish/388020400</link>
         <description><![CDATA[<div>Definitions:<br>1-Object: a object is the virtual rapresentation of a real o abstract things.<br>2-Class: a class is used in the OOP, that allows you to reuse the code, that is use to create a custom tipe of variable.  For example you can represent a car with a class and it contain all the information of the car<br>3-Istance: is when you create a object of a class<br>4-Method: you can write a method for reuse the code, with a method you can change the variable at the start and every time you can have a result <br>5-Encapsulation: allows you to protect the data in a class <br>6-Abstraction: when you find the common information of multiple object and separate it. For example, every vehicle have main characteristics, like engine type, max speed ecc. but we can have many kid of vehicles, like bike, car ecc.<br>7-GUI: the graphical user interface is the most easier way to use a software, it's all we can see when we launch a program<br>8-IDE: it's the program that you can use to write and run your code, the are many tipe of IDE for programming<br>9-i don't know</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-09-23 08:59:40 UTC</pubDate>
         <guid>https://padlet.com/simonetta_v/g78g4xuuph4i/wish/388020400</guid>
      </item>
      <item>
         <title></title>
         <author>nicholasluccon</author>
         <link>https://padlet.com/simonetta_v/g78g4xuuph4i/wish/388020445</link>
         <description><![CDATA[<div><strong><em>1. </em></strong>With object I means memory region is meant in a       more general manner.<strong><em><br>2.</em></strong> A class is a construct of a programming language       used as a model for creating objects.<br><strong><em>3. <br>5. <br>6. <br>7. <br>8. <br>9. </em></strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2019-09-23 08:59:47 UTC</pubDate>
         <guid>https://padlet.com/simonetta_v/g78g4xuuph4i/wish/388020445</guid>
      </item>
      <item>
         <title>Definitions</title>
         <author>matteonespolo37</author>
         <link>https://padlet.com/simonetta_v/g78g4xuuph4i/wish/388020461</link>
         <description><![CDATA[<div>Nespolo Matteo<br>1. An object is a value in memory referenced by an identifier<br>2. A class is a defined structure in an object oriented programming language<br>3. An instance is an occurrence of any object, that exist during the runtime <br>4. A method is a procedure defined into the class<br>5. Encapsulation is used to hide the values or state of an object to protect it<br>6. Abstraction is used to make easier and allow efficient<br>7.<br>8.<br>9.<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2019-09-23 08:59:48 UTC</pubDate>
         <guid>https://padlet.com/simonetta_v/g78g4xuuph4i/wish/388020461</guid>
      </item>
      <item>
         <title>Definitions</title>
         <author>stefanochen01</author>
         <link>https://padlet.com/simonetta_v/g78g4xuuph4i/wish/388020494</link>
         <description><![CDATA[<div>Chen Stefano<br>1- Is something that you can represent using class <br>2- is a costruct that represent a real object<br>3- is object of a class<br>4- is an action that the object can do.<br>5- is a way to protect the class attribute from not allowed access <br>6- is a way to generalize a class and allow the programmer to reuse the code<br>7- is a interface that allow an user to interact with the program <br>8- is software that helps the programmer, with a compiler, a debugger etc...<br>9- idk</div>]]></description>
         <pubDate>2019-09-23 08:59:53 UTC</pubDate>
         <guid>https://padlet.com/simonetta_v/g78g4xuuph4i/wish/388020494</guid>
      </item>
      <item>
         <title>Definition Borin Marco</title>
         <author>marcoborin3</author>
         <link>https://padlet.com/simonetta_v/g78g4xuuph4i/wish/388020499</link>
         <description><![CDATA[<div>1.an object can be a variable,is a value in memory referenced by an identifier.<br><br>2.a class is an extensible program-code-template for creating objects<br><br>3.an instance is a concrete occurrence of any object, existing usually during the runtime of a computer program.<br><br>4. a method is a procedure associated with a message and an object.<br><br>5.encapsulation describes the idea of bundling data and methods that work on that data within one unit<br><br>6.<br><br>7.The graphical user interface is a form of user interface that allows users to interact whit a graphical icons<br><br>8. IDE is a software application that provides comprehensive facilities to computer programmers for software development.<br><br>9.</div>]]></description>
         <pubDate>2019-09-23 08:59:54 UTC</pubDate>
         <guid>https://padlet.com/simonetta_v/g78g4xuuph4i/wish/388020499</guid>
      </item>
      <item>
         <title>Definitions</title>
         <author></author>
         <link>https://padlet.com/simonetta_v/g78g4xuuph4i/wish/388020627</link>
         <description><![CDATA[<div>Irene<br>1. You can use it for simulation real object (for example a car) , with attributes and function.<br>2. The class describe the object's data and behaviors.<br>3. Is a variable of type's class.<br>4. The method is an action</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-09-23 09:00:09 UTC</pubDate>
         <guid>https://padlet.com/simonetta_v/g78g4xuuph4i/wish/388020627</guid>
      </item>
      <item>
         <title>Ceschin Mattia, answers:</title>
         <author></author>
         <link>https://padlet.com/simonetta_v/g78g4xuuph4i/wish/388020716</link>
         <description><![CDATA[<div>1) Object: One Object has some features for example, One cat that It has two eyes end four paws.<br>2) Classe: <br>3) Instance:<br>4) Method: <br>5) Encapsulation: for example, the letter inside there Is other letter with text and you pull out letter.<br>6) Abstraction:<br>7) Graphical user interfacce: when everyone using One programming, he using cours to do some action.<br>8) Integrated Developer Environment: <br>9) Logical programming languages: there are c++, c#, Java end other languages programming, that they not have tag but codes.</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-09-23 09:00:14 UTC</pubDate>
         <guid>https://padlet.com/simonetta_v/g78g4xuuph4i/wish/388020716</guid>
      </item>
      <item>
         <title>Cadamuro Samuele - definition excercise</title>
         <author>cadamurosamuele0</author>
         <link>https://padlet.com/simonetta_v/g78g4xuuph4i/wish/388020972</link>
         <description><![CDATA[<div>1) Object: a block of data that stored a class information.<br>2) Class: is a data structure which can store many types of information and has some functions, called methods, to be able to read and write these information.<br>3) Instance: is the present data structure stored in ram.<br>4) Method: is a function of a class.<br>5) Encapsulation: is a logic way to include information into a data structure.<br>6) Abstraction: is a way to semplify lower layers to high levels.<br>7) Graphical user interface: is what it showns to the final user and it is composed by windows, buttons, text areas and etc.<br>8) Integrated development environment: is the program that programmers use to develop their programs.<br>9) Local programming language: are programming languages that use logic to develop algorithms.</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-09-23 09:01:05 UTC</pubDate>
         <guid>https://padlet.com/simonetta_v/g78g4xuuph4i/wish/388020972</guid>
      </item>
      <item>
         <title>Campagna Emily </title>
         <author>emilycampagna01</author>
         <link>https://padlet.com/simonetta_v/g78g4xuuph4i/wish/391211108</link>
         <description><![CDATA[<div>1.Object: is an object of a class <br> 2.Class: it is a model of a thing that includes its characteristics and metods<br> <br> 3.Instance: is a object of a class <br> 4.Method: it is a function that do an action<br> 5.Encapsulation:<br> 6.Abstraction:<br> 7.GUI: it is what the user see (not the code)<br> 8.Integrated Development Environment:<br> 9.Logical programming languages:</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-09-30 09:03:52 UTC</pubDate>
         <guid>https://padlet.com/simonetta_v/g78g4xuuph4i/wish/391211108</guid>
      </item>
   </channel>
</rss>
