<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Not Your Grandfather&#8217;s OO: Data Context Interaction</title>
	<atom:link href="http://blog.symbian.org/2009/11/11/not-your-grandfathers-oo-data-context-interaction/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.symbian.org/2009/11/11/not-your-grandfathers-oo-data-context-interaction/</link>
	<description></description>
	<lastBuildDate>Thu, 11 Mar 2010 17:03:46 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Siri</title>
		<link>http://blog.symbian.org/2009/11/11/not-your-grandfathers-oo-data-context-interaction/#comment-6751</link>
		<dc:creator>Siri</dc:creator>
		<pubDate>Wed, 06 Jan 2010 19:31:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.symbian.org/?p=3183#comment-6751</guid>
		<description>He is acctually my grandfather.... :-)</description>
		<content:encoded><![CDATA[<p>He is acctually my grandfather&#8230;. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: life jackets</title>
		<link>http://blog.symbian.org/2009/11/11/not-your-grandfathers-oo-data-context-interaction/#comment-5725</link>
		<dc:creator>life jackets</dc:creator>
		<pubDate>Thu, 19 Nov 2009 06:11:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.symbian.org/?p=3183#comment-5725</guid>
		<description>It is good to hear that the members are Crossing the Chasm between End User and Programmer. I hope they would be successful in bridging the gap between the programmer and End User.</description>
		<content:encoded><![CDATA[<p>It is good to hear that the members are Crossing the Chasm between End User and Programmer. I hope they would be successful in bridging the gap between the programmer and End User.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars</title>
		<link>http://blog.symbian.org/2009/11/11/not-your-grandfathers-oo-data-context-interaction/#comment-5722</link>
		<dc:creator>Lars</dc:creator>
		<pubDate>Thu, 19 Nov 2009 01:57:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.symbian.org/?p=3183#comment-5722</guid>
		<description>@Mark: just relaying what was said at the talk. What is needed is to be able to inject new functions into existing classes. The example given was

class SavingsAccount : public TransferMoneySource 
{
public:
    void DecreaseBalance(Currency Amount} { ... };
    ....
}

With TransferMoneySource being the role and SavingsAccount being the object.</description>
		<content:encoded><![CDATA[<p>@Mark: just relaying what was said at the talk. What is needed is to be able to inject new functions into existing classes. The example given was</p>
<p>class SavingsAccount : public TransferMoneySource<br />
{<br />
public:<br />
    void DecreaseBalance(Currency Amount} { &#8230; };<br />
    &#8230;.<br />
}</p>
<p>With TransferMoneySource being the role and SavingsAccount being the object.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Burton</title>
		<link>http://blog.symbian.org/2009/11/11/not-your-grandfathers-oo-data-context-interaction/#comment-5682</link>
		<dc:creator>Mark Burton</dc:creator>
		<pubDate>Mon, 16 Nov 2009 08:19:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.symbian.org/?p=3183#comment-5682</guid>
		<description>&gt;In C++ it is possible using templates, but only in a static manner.

Sorry, I have to disagree with that. It is possible to inject code into C/C++ appications. If it wasn&#039;t possible how would all the languages that do, function? They are written in C or C++ themselves :)

Also, dynamic code is coming to Java</description>
		<content:encoded><![CDATA[<p>&gt;In C++ it is possible using templates, but only in a static manner.</p>
<p>Sorry, I have to disagree with that. It is possible to inject code into C/C++ appications. If it wasn&#8217;t possible how would all the languages that do, function? They are written in C or C++ themselves <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Also, dynamic code is coming to Java</p>
]]></content:encoded>
	</item>
</channel>
</rss>
