<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>Chico Java User Group</title>
	<link>http://chicojug.org</link>
	<description>Chico Java User Group</description>
	<pubDate>Sat, 15 Mar 2008 22:29:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
	<language>en</language>
			<item>
		<title>March 11th, 2008</title>
		<link>http://chicojug.org/march-11th-2008/</link>
		<comments>http://chicojug.org/march-11th-2008/#comments</comments>
		<pubDate>Fri, 14 Mar 2008 23:45:40 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[Meeting Minutes]]></category>

		<guid isPermaLink="false">http://chicojug.org/march-11th-2008/</guid>
		<description><![CDATA[Topic: Introduction to Object-Oriented Programing in Java II
Presenter: Abdelmonaim Remani (Chico JUG Leader)
Location: California State University, Chico Campus. O&#8217;Connell Room 246
Time: 5pm
Attendance: 10 people
Summary:

Access modifiers
Encapsulation
Control Structures

If Statements
Loops

Do-While
While
For and Enhanced For




Example:

A small program to demonstrate the concept covered. The program has an Alien class from which different objects were instantiated.


Source code: comming soon!



]]></description>
			<content:encoded><![CDATA[<p><strong>Topic:</strong> Introduction to Object-Oriented Programing in Java II</p>
<p><strong>Presenter:</strong> Abdelmonaim Remani (Chico JUG Leader)</p>
<p><strong>Location:</strong> California State University, Chico Campus. O&#8217;Connell Room 246</p>
<p><strong>Time:</strong> 5pm</p>
<p><strong>Attendance:</strong> 10 people</p>
<p><strong>Summary:</strong></p>
<ul>
<li>Access modifiers</li>
<li>Encapsulation</li>
<li>Control Structures
<ul>
<li>If Statements</li>
<li>Loops
<ul>
<li>Do-While</li>
<li>While</li>
<li>For and Enhanced For</li>
</ul>
</li>
</ul>
</li>
<li>Example:
<ul>
<li>A small program to demonstrate the concept covered. The program has an Alien class from which different objects were instantiated.</li>
</ul>
<ul>
<li>Source code: comming soon!</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://chicojug.org/march-11th-2008/feed/</wfw:commentRss>
		</item>
		<item>
		<title>March 4th, 2008</title>
		<link>http://chicojug.org/march-4th-meeting/</link>
		<comments>http://chicojug.org/march-4th-meeting/#comments</comments>
		<pubDate>Wed, 05 Mar 2008 02:00:43 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[Meeting Minutes]]></category>

		<guid isPermaLink="false">http://chicojug.org/march-4th-meeting/</guid>
		<description><![CDATA[Topic: Introduction to Object-Oriented Programing in Java I
Presenter: Abdelmonaim Remani (Chico JUG Leader)
Location: California State University, Chico Campus. O&#8217;Connell Room 246
Time: 5pm
Attendance: 7 people
Summary:

Why OOP
CRC (Class-Responsibility-Collaboration) Cards and Conceptualization
The concept of Classes

Cohesiveness
Data and Behavior

Fields (Types, values, etc&#8230;)
Methods (Signatures, implementation, etc&#8230;)


The Class constructor and object Instantiation


Example:

A small program to demonstrate the concept covered. The program has [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Topic:</strong> Introduction to Object-Oriented Programing in Java I</p>
<p><strong>Presenter:</strong> Abdelmonaim Remani (Chico JUG Leader)</p>
<p><strong>Location:</strong> California State University, Chico Campus. O&#8217;Connell Room 246</p>
<p><strong>Time:</strong> 5pm</p>
<p><strong>Attendance:</strong> 7 people</p>
<p><strong>Summary:</strong></p>
<ul>
<li>Why OOP</li>
<li>CRC (Class-Responsibility-Collaboration) Cards and Conceptualization</li>
<li>The concept of Classes
<ul>
<li>Cohesiveness</li>
<li>Data and Behavior
<ul>
<li>Fields (Types, values, etc&#8230;)</li>
<li>Methods (Signatures, implementation, etc&#8230;)</li>
</ul>
</li>
<li>The Class constructor and object Instantiation</li>
</ul>
</li>
<li>Example:
<ul>
<li>A small program to demonstrate the concept covered. The program has an Alien class from which different objects  were instantiated.</li>
</ul>
<ul>
<li>Source code: comming soon!</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://chicojug.org/march-4th-meeting/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
