<?xml version="1.0" encoding="UTF-8"?><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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>深蓝的blog &#187; interface</title>
	<atom:link href="http://www.lanxinbase.com/?feed=rss2&#038;tag=interface" rel="self" type="application/rss+xml" />
	<link>http://www.lanxinbase.com</link>
	<description>记录日常生活</description>
	<lastBuildDate>Sat, 18 Apr 2026 07:10:07 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2.3</generator>
	<item>
		<title>Go 语言入门5 &#8211; 接口</title>
		<link>http://www.lanxinbase.com/?p=2260</link>
		<comments>http://www.lanxinbase.com/?p=2260#comments</comments>
		<pubDate>Mon, 29 Apr 2019 05:47:29 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[go语言]]></category>
		<category><![CDATA[go]]></category>
		<category><![CDATA[goLand]]></category>
		<category><![CDATA[goLang]]></category>
		<category><![CDATA[interface]]></category>

		<guid isPermaLink="false">http://www.lanxinbase.com/?p=2260</guid>
		<description><![CDATA[一、接口 1.1、定义接口 // notifier 是一个定义了通知类行为的接口 type notifier  [&#8230;]]]></description>
		<wfw:commentRss>http://www.lanxinbase.com/?feed=rss2&#038;p=2260</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>abstract与interface之间的区别</title>
		<link>http://www.lanxinbase.com/?p=967</link>
		<comments>http://www.lanxinbase.com/?p=967#comments</comments>
		<pubDate>Sat, 02 Apr 2016 13:05:13 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[4.PHP后端开发]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[interface]]></category>

		<guid isPermaLink="false">http://www.lanxinbase.com/?p=967</guid>
		<description><![CDATA[1.接口类:interface
       一直都不是非常理解这个类，现在倒是完全理解了，接口，简单点就是类的模板，你集成了我的接口，那么你整个类都要实现我事先制定的接口方法，缺一不可。这个在大型系统中非常有效，可以限制、规范、同意程序员的类代码。当有很多人一起开发一个项目时，可能都会去调用别人写的一些类，那你就会问，我怎么知道他的某个功能的实现方法是怎么命名的呢，这个时候php接口类就起到作用了，当我们定义了一个接口类时，它里面的方式是下面的子类必须实现的，比如 :]]></description>
		<wfw:commentRss>http://www.lanxinbase.com/?feed=rss2&#038;p=967</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
